mirror of
https://github.com/skidoodle/budgetable.git
synced 2025-02-15 03:39:14 +01:00
Refactor: Break down single table component into multiple modular components
This commit is contained in:
parent
8c9688017b
commit
95380493cb
33 changed files with 1562 additions and 6642 deletions
5
src/components/loading-skeleton.tsx
Normal file
5
src/components/loading-skeleton.tsx
Normal file
|
@ -0,0 +1,5 @@
|
|||
import { Skeleton } from "@/components/ui/skeleton";
|
||||
|
||||
const LoadingSkeleton: React.FC = () => <Skeleton className="h-10 w-full" />;
|
||||
|
||||
export default LoadingSkeleton;
|
Loading…
Add table
Add a link
Reference in a new issue