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