Add multiselect.
This commit is contained in:
parent
843d2a8c7b
commit
b09a072fb9
7 changed files with 235 additions and 21 deletions
|
|
@ -1,3 +1,6 @@
|
|||
import { type RouteConfig, index } from '@react-router/dev/routes'
|
||||
import { type RouteConfig, index, route } from '@react-router/dev/routes'
|
||||
|
||||
export default [index('routes/home.tsx')] satisfies RouteConfig
|
||||
export default [
|
||||
index('routes/home.tsx'),
|
||||
route('*', 'routes/$.tsx'),
|
||||
] satisfies RouteConfig
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue