Create a TaskList for the home page. (#8)
This task list can display tasks and delete them currently. Reviewed-on: #8 Co-authored-by: Drew Galbraith <drew@tiramisu.one> Co-committed-by: Drew Galbraith <drew@tiramisu.one>
This commit is contained in:
parent
d60d834f38
commit
a683a071d1
8 changed files with 526 additions and 37 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