From a6e81f421df57a3b3439531c2fd3a74f36142aa7 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Sun, 27 Jul 2025 10:44:21 +0100 Subject: [PATCH] chore: remove unused import --- src/App.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App.tsx b/src/App.tsx index aa44ed7..7ff7e1b 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -5,6 +5,7 @@ import Home from "@/pages/home" import "./App.css" import Tag from "./templates/Tag" import Entry from "./templates/Entry" +import Settings from "./pages/Settings" const queryClient = new QueryClient({ defaultOptions: { @@ -22,6 +23,7 @@ export default function App() { } /> + } /> } /> } />