feat: add login screen
This commit is contained in:
5
src/routes/new.lazy.tsx
Normal file
5
src/routes/new.lazy.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { createLazyFileRoute } from '@tanstack/react-router'
|
||||
|
||||
export const Route = createLazyFileRoute('/new')({
|
||||
component: () => <div>Hello /new!</div>
|
||||
})
|
||||
Reference in New Issue
Block a user