mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 21:35:19 +00:00
feat: improve loaders and styles
This commit is contained in:
10
app/settings/loading.tsx
Normal file
10
app/settings/loading.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import { Skeleton } from "@/components/ui/skeleton"
|
||||
|
||||
export default function Loading() {
|
||||
return (
|
||||
<div className="flex flex-col gap-4 w-full">
|
||||
<Skeleton className="h-10 w-56" />
|
||||
<Skeleton className="w-full h-[350px]" />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user