chore: format webapp files

This commit is contained in:
Ahmed Bouhuolia
2026-05-31 23:35:10 +02:00
parent ef9c93cbf9
commit ed48a2cbdb
1288 changed files with 10396 additions and 5738 deletions

View File

@@ -6,9 +6,7 @@ import { useIsFetching } from '@tanstack/react-query';
function AppProgress() {
const isFetching = useIsFetching();
return (
<Progress isAnimating={isFetching} />
);
};
export default AppProgress;
return <Progress isAnimating={isFetching} />;
}
export default AppProgress;