feat: add basic overview page

This commit is contained in:
Mathias Schopmans
2024-02-19 11:15:19 +01:00
committed by Mathias Schopmans
parent 38a59b029b
commit 1f3e1045c3
14 changed files with 249 additions and 8 deletions

View File

@@ -1,4 +1,3 @@
import { ItemList } from "@/components/ItemList/ItemList";
import { QuadrantList } from "@/components/QuadrantList/QuadrantList";
import { getAppName, getItems, getReleases } from "@/lib/data";
import { CustomPage } from "@/pages/_app";