diff --git a/src/pages/Domande/index.js b/src/pages/Domande/index.js index 0c458c5..795b4e5 100644 --- a/src/pages/Domande/index.js +++ b/src/pages/Domande/index.js @@ -20,8 +20,10 @@ import { Button } from 'primereact/button'; import { classNames } from 'primereact/utils'; import { Dropdown } from 'primereact/dropdown'; import NumberFlow from '@number-flow/react'; -import DraftApplicationsTableAsync from '../Dashboard/components/DraftApplicationsTableAsync'; -import AllDomandeTableAsync from './components/AllDomandeTableAsync'; +/*import DraftApplicationsTableAsync from '../Dashboard/components/DraftApplicationsTableAsync'; +import AllDomandeTableAsync from './components/AllDomandeTableAsync';*/ +import DraftApplicationsTable from '../Dashboard/components/DraftApplicationsTable'; +import AllDomandeTable from './components/AllDomandeTable'; const Domande = () => { const [loading, setLoading] = useState(false); @@ -166,7 +168,8 @@ const Domande = () => {