This commit is contained in:
1ilit
2025-04-20 01:40:02 +04:00
committed by GitHub
parent 3c29049c2b
commit afb3b60123
6 changed files with 8 additions and 377 deletions

View File

@@ -1,7 +1,6 @@
import { BrowserRouter, Routes, Route, useLocation } from "react-router-dom";
import { useLayoutEffect } from "react";
import Editor from "./pages/Editor";
import Survey from "./pages/Survey";
import BugReport from "./pages/BugReport";
import Templates from "./pages/Templates";
import LandingPage from "./pages/LandingPage";
@@ -24,14 +23,6 @@ export default function App() {
</ThemedPage>
}
/>
<Route
path="/survey"
element={
<ThemedPage>
<Survey />
</ThemedPage>
}
/>
<Route
path="/bug-report"
element={