ajuste spin de carregamento
This commit is contained in:
parent
610615fb83
commit
6d0d3cd681
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
import { Button } from '@/components/ui/button';
|
||||
// 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 AnaliticoComponent from './analitico';
|
||||
|
||||
|
|
@ -561,7 +561,7 @@ export default function Teste() {
|
|||
<div className="p-6">
|
||||
<div className="flex items-center justify-center h-64">
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue