mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 21:35:19 +00:00
feat: use structured output, import CSV, bugfixes
This commit is contained in:
@@ -2,7 +2,7 @@ import { Loader2 } from "lucide-react"
|
||||
|
||||
export default function AppLoading() {
|
||||
return (
|
||||
<div className="flex items-center justify-center h-full w-full">
|
||||
<div className="absolute inset-0 flex items-center justify-center h-full w-full">
|
||||
<Loader2 className="w-10 h-10 animate-spin text-muted-foreground" />
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user