mirror of
https://github.com/get-drexa/drive.git
synced 2025-12-02 22:41:39 +00:00
feat: initial auth config
This commit is contained in:
9
src/routes/login.tsx
Normal file
9
src/routes/login.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { createFileRoute } from "@tanstack/react-router"
|
||||
|
||||
export const Route = createFileRoute("/login")({
|
||||
component: RouteComponent,
|
||||
})
|
||||
|
||||
function RouteComponent() {
|
||||
return <div>Hello "/login"!</div>
|
||||
}
|
||||
Reference in New Issue
Block a user