Add task creation form.

This commit is contained in:
Drew 2025-09-22 21:39:51 -07:00
parent a683a071d1
commit f6e96f7f61
6 changed files with 286 additions and 16 deletions

View file

@ -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