Skip to content

Commit

Permalink
Remove placehodler frontend code
Browse files Browse the repository at this point in the history
  • Loading branch information
konsumlamm committed May 24, 2024
1 parent ae7ef6f commit a1adb3d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 113 deletions.
111 changes: 0 additions & 111 deletions liberica/src/components/Gadgets.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions liberica/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { Game } from "page/Game";
import { Home } from "page/Home";
import { Replay } from "page/Replay";
import { Admin } from "page/Admin";
import { DetectiveGadgets } from "components/Gadgets";
import ReactDOM from "react-dom/client";
import { BrowserRouter, Route, Routes } from "react-router-dom";
import "style/main.css";
Expand Down Expand Up @@ -41,7 +40,6 @@ ReactDOM.createRoot(rootElement).render(
<Route path="/game" element={<Game />} />
<Route path="/replay" element={<Replay />} />
<Route path="/admin" element={<Admin />} />
<Route path="/gadgets" element={<DetectiveGadgets />} />
</Routes>
</BrowserRouter>,
);

0 comments on commit a1adb3d

Please sign in to comment.