diff --git a/client/src/App.tsx b/client/src/App.tsx index 4ff92d4..c9127a2 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -1,3 +1,4 @@ +import React from "react"; import { Switch, Route } from "wouter"; import { queryClient } from "./lib/queryClient"; import { QueryClientProvider } from "@tanstack/react-query";