ajuste spin de carregamento

This commit is contained in:
Felipe Batista 2025-10-08 17:21:10 -03:00
parent 610615fb83
commit 6d0d3cd681
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
import { Button } from '@/components/ui/button'; import { Button } from '@/components/ui/button';
// Removed unused table imports // Removed unused table imports
import { ArrowDown, ArrowUp, ArrowUpDown, BarChart3 } from 'lucide-react'; import { ArrowDown, ArrowUp, ArrowUpDown, LoaderPinwheel } from 'lucide-react';
import { useEffect, useState } from 'react'; import { useEffect, useState } from 'react';
import AnaliticoComponent from './analitico'; import AnaliticoComponent from './analitico';
@ -561,7 +561,7 @@ export default function Teste() {
<div className="p-6"> <div className="p-6">
<div className="flex items-center justify-center h-64"> <div className="flex items-center justify-center h-64">
<div className="text-center"> <div className="text-center">
<BarChart3 className="h-8 w-8 animate-spin mx-auto mb-2" /> <LoaderPinwheel className="h-8 w-8 animate-spin mx-auto mb-2" />
<p>Carregando dados...</p> <p>Carregando dados...</p>
</div> </div>
</div> </div>