import { SharePage } from '@/features/publish/components/SharePage'

export default function Page() {
  return <SharePage />
}
