mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-12 12:20:23 +01:00
feat: pages (#151)
* wip * wip * wip * wwip * wip * wip * fix(util): rmeove checking to existing in slug * wip * chore: handle create page * chore: handle page title untitled
This commit is contained in:
5
web/app/(pages)/pages/page.tsx
Normal file
5
web/app/(pages)/pages/page.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { PageRoute } from "@/components/routes/page/PageRoute"
|
||||
|
||||
export default function Page() {
|
||||
return <PageRoute />
|
||||
}
|
||||
Reference in New Issue
Block a user