From 37dbf2e27e90a9d6d1fa5bf6e720a3cd483a9dbd Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Thu, 7 Aug 2025 10:13:47 +0100 Subject: [PATCH] refactor: name Settings page consistently --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 632270e..d1b9d98 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -5,7 +5,7 @@ import Home from "@/pages/home" import "./App.css" import TagTemplate from "./templates/TagTemplate" import EntryTemplate from "./templates/EntryTemplate" -import Settings from "./pages/Settings" +import Settings from "./pages/settings" const queryClient = new QueryClient({ defaultOptions: {