setup db connection + implement data fetching on dashboard + add skeleton + docs

This commit is contained in:
Michi 2025-04-19 17:56:12 +02:00
parent aea677e6f7
commit 00c39d3416
11 changed files with 259 additions and 67 deletions

View file

@ -0,0 +1,5 @@
import DashboardSkeleton from "../../ui/skeletons";
export default function Loading(){
return <DashboardSkeleton />;
}