Update homepage to use filters.
This commit is contained in:
parent
6e85edbf05
commit
90d18311fb
8 changed files with 552 additions and 21 deletions
|
|
@ -2,6 +2,7 @@ import { type RouteConfig, index, route } from '@react-router/dev/routes'
|
|||
|
||||
export default [
|
||||
index('routes/home.tsx'),
|
||||
route('all-tasks', 'routes/all-tasks.tsx'),
|
||||
route('task/new', 'routes/task.new.tsx'),
|
||||
route('*', 'routes/$.tsx'),
|
||||
] satisfies RouteConfig
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue