Twan07 commited on
Commit
5726e17
·
verified ·
1 Parent(s): 18c2476

Create src/components/Skeleton.tsx

Browse files
Files changed (1) hide show
  1. src/components/Skeleton.tsx +3 -0
src/components/Skeleton.tsx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ export default function Skeleton() {
2
+ return <div className="animate-pulse h-4 bg-zinc-700 rounded w-full" />;
3
+ }