@multisystemsuite/create-mf-app 1.0.17 → 1.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7941,7 +7941,7 @@ export function clearQueryCache(client: QueryClient): void {
|
|
|
7941
7941
|
client.clear();
|
|
7942
7942
|
}
|
|
7943
7943
|
`;
|
|
7944
|
-
const providerBody = `import
|
|
7944
|
+
const providerBody = `import { type ReactNode } from "react";
|
|
7945
7945
|
import { QueryClientProvider } from "@tanstack/react-query";
|
|
7946
7946
|
import { createAppQueryClient } from "./index";
|
|
7947
7947
|
|
package/package.json
CHANGED