introduced ChipOverview
route and component, refactored Home
to use DreamCardCompact
for streamlined rendering, and extracted DailyHighlights
into a reusable component
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
This commit is contained in:
3
src/pages/ChipOverview.tsx
Normal file
3
src/pages/ChipOverview.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function ChipOverview() {
|
||||
return <></>
|
||||
}
|
Reference in New Issue
Block a user