omnivore/packages/web/pages/library.tsx
2022-08-11 17:36:09 +08:00

5 lines
166 B
TypeScript

import { LibraryContainer } from '../components/templates/library/LibraryContainer'
export default function Library(): JSX.Element {
return <LibraryContainer />
}