collect-system/apps/web/src/app/main/my-learning/page.tsx

4 lines
60 B
TypeScript

export default function MyLearningPage() {
return <></>;
}