mirror of
https://github.com/michivonah/nextjs.git
synced 2025-12-22 22:16:28 +01:00
setup db connection + implement data fetching on dashboard + add skeleton + docs
This commit is contained in:
parent
aea677e6f7
commit
00c39d3416
11 changed files with 259 additions and 67 deletions
|
|
@ -0,0 +1,5 @@
|
|||
import DashboardSkeleton from "../../ui/skeletons";
|
||||
|
||||
export default function Loading(){
|
||||
return <DashboardSkeleton />;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue