mirror of
https://github.com/get-drexa/drive.git
synced 2025-12-03 06:51:39 +00:00
feat: add placeholder /home page
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { createFileRoute } from "@tanstack/react-router"
|
||||
|
||||
export const Route = createFileRoute("/_authenticated/_sidebar-layout/home")({
|
||||
component: RouteComponent,
|
||||
})
|
||||
|
||||
function RouteComponent() {
|
||||
return <div>Hello "/_authenticated/home"!</div>
|
||||
}
|
||||
Reference in New Issue
Block a user