import { FolderPage } from '@/features/folders/components/FolderPage'

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