mirror of
https://github.com/skidoodle/budgetable.git
synced 2025-02-15 03:39:14 +01:00
i forgor
This commit is contained in:
parent
bcfa0f92a6
commit
dedb1c0628
16 changed files with 316 additions and 239 deletions
|
@ -1,5 +1,5 @@
|
|||
import { Skeleton } from "@/components/ui/skeleton";
|
||||
|
||||
const LoadingSkeleton: React.FC = () => <Skeleton className="h-10 w-full" />;
|
||||
const LoadingSkeleton = () => <Skeleton className="h-10 w-full" />;
|
||||
|
||||
export default LoadingSkeleton;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue