aboutsummaryrefslogtreecommitdiff
path: root/src/pages/_app.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/_app.tsx')
-rw-r--r--src/pages/_app.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx
index 10121ab..000ce99 100644
--- a/src/pages/_app.tsx
+++ b/src/pages/_app.tsx
@@ -2,6 +2,7 @@ import "semantic-ui-css/semantic.min.css";
import "../styles/globals.css";
import type { AppProps } from "next/app";
import { QueryClient, QueryClientProvider } from "@tanstack/react-query";
+import React from "react";
const queryClient = new QueryClient();