We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23c840f commit 7e47724Copy full SHA for 7e47724
src/App.tsx
@@ -5,7 +5,7 @@ import { QueryClient, QueryClientProvider } from "@tanstack/react-query";
5
import { HashRouter, Routes, Route } from "react-router-dom";
6
import Index from "./pages/Index";
7
import Writeups from "./pages/Writeups";
8
-import WriteupDetail from "./pages/WriteupDetail";
+import { WriteupDetail } from "./pages/WriteupDetail";
9
import NotFound from "./pages/NotFound";
10
11
const queryClient = new QueryClient();
0 commit comments