import type { FC } from 'react'; import { IconLogo } from '@/mastodon/components/logo'; import { AnnualReport } from './index'; import classes from './shared_page.module.css'; export const WrapstodonSharedPage: FC = () => { return (
); };