chore: bootstrap HemHub web (Iteration 0)
This commit is contained in:
5
src/pages/DashboardPage.tsx
Normal file
5
src/pages/DashboardPage.tsx
Normal file
@ -0,0 +1,5 @@
|
||||
// src/pages/DashboardPage.tsx
|
||||
export function DashboardPage() {
|
||||
return <h1 className="text-2xl font-semibold">Välkommen till HemHub</h1>
|
||||
}
|
||||
|
||||
2
src/pages/DueTomorrowPage.tsx
Normal file
2
src/pages/DueTomorrowPage.tsx
Normal file
@ -0,0 +1,2 @@
|
||||
// src/pages/DueTomorrowPage.tsx
|
||||
export function DueTomorrowPage() { return <div>Morgondagens tasks</div> }
|
||||
3
src/pages/HouseholdBoardPage.tsx
Normal file
3
src/pages/HouseholdBoardPage.tsx
Normal file
@ -0,0 +1,3 @@
|
||||
// src/pages/HouseholdBoardPage.tsx
|
||||
export function HouseholdBoardPage() { return <div>Household Kanban</div> }
|
||||
|
||||
2
src/pages/ProjectBoardPage.tsx
Normal file
2
src/pages/ProjectBoardPage.tsx
Normal file
@ -0,0 +1,2 @@
|
||||
// src/pages/ProjectBoardPage.tsx
|
||||
export function ProjectBoardPage() { return <div>Project Kanban</div> }
|
||||
Reference in New Issue
Block a user