Add task creation form. (#9)
Reviewed-on: #9 Co-authored-by: Drew Galbraith <drew@tiramisu.one> Co-committed-by: Drew Galbraith <drew@tiramisu.one>
This commit is contained in:
parent
a683a071d1
commit
b0916990fb
6 changed files with 286 additions and 16 deletions
|
|
@ -2,5 +2,6 @@ import { type RouteConfig, index, route } from '@react-router/dev/routes'
|
|||
|
||||
export default [
|
||||
index('routes/home.tsx'),
|
||||
route('task/new', 'routes/task.new.tsx'),
|
||||
route('*', 'routes/$.tsx'),
|
||||
] satisfies RouteConfig
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue