Skip to content
This repository has been archived by the owner on Mar 3, 2024. It is now read-only.

Commit

Permalink
Remove service editor
Browse files Browse the repository at this point in the history
Signed-off-by: Quentin Guidée <[email protected]>
  • Loading branch information
quentinguidee committed Jan 31, 2024
1 parent 1054e78 commit 6b3929f
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 921 deletions.
5 changes: 0 additions & 5 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ import SqlInstaller from "./apps/Sql/Installer/SqlInstaller";
import SqlDatabase from "./apps/Sql/SqlDatabase/SqlDatabase";
import { QueryClient, QueryClientProvider } from "@tanstack/react-query";
import { ReactQueryDevtools } from "@tanstack/react-query-devtools";
import ServiceEditor from "./apps/DevToolsServiceEditor/ServiceEditor/ServiceEditor";
import Login from "./apps/Auth/pages/Login/Login";
import SettingsDb from "./apps/AdminSettings/SettingsData/SettingsDb";
import SettingsChecks from "./apps/AdminSettings/SettingsChecks/SettingsChecks";
Expand Down Expand Up @@ -121,10 +120,6 @@ function AllRoutes() {
path="/containers/add"
element={<ContainersStore />}
/>
<Route
path="/devtools-service-editor"
element={<ServiceEditor />}
/>
<Route path="/sql" element={<SqlApp />}>
<Route
path="/sql/install"
Expand Down

This file was deleted.

Loading

0 comments on commit 6b3929f

Please sign in to comment.