feat: use structured output, import CSV, bugfixes

This commit is contained in:
Vasily Zubarev
2025-03-21 18:42:14 +01:00
parent 33727a431e
commit f6dc617eae
35 changed files with 735 additions and 195 deletions

View File

@@ -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>
)