chore: standardize quotes in pnpm-lock.yaml and clean up formatting in various files for improved readability

This commit is contained in:
Julien Froidefond
2025-12-06 12:38:45 +01:00
parent ad8b936c7a
commit a7f3433f5f
11 changed files with 4385 additions and 2512 deletions

View File

@@ -22,4 +22,3 @@ export function QueryProvider({ children }: { children: React.ReactNode }) {
<QueryClientProvider client={queryClient}>{children}</QueryClientProvider>
);
}