Files
readest/apps/readest-app/src/app/page.tsx
T

8 lines
123 B
TypeScript

'use client';
import LibraryPage from './library/page';
export default function HomePage() {
return <LibraryPage />;
}