Skip to content

Commit

Permalink
Merge pull request online-go#2548 from benjaminpjones/delete-fake-gam…
Browse files Browse the repository at this point in the history
…e-log

[cleanup] Remove FakeGameLog
  • Loading branch information
anoek authored Feb 3, 2024
2 parents 7fcd8f3 + 1424c78 commit d18fb8a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 537 deletions.
2 changes: 0 additions & 2 deletions src/routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ import { AccountWarning } from "AccountWarning";
import { NetworkStatus } from "NetworkStatus";

import * as docs from "docs";
import { FakeGameLog } from "./views/FakeGameLog";
import { useData } from "./lib/hooks";

/*** Layout our main view and routes ***/
Expand Down Expand Up @@ -316,7 +315,6 @@ export const routes = (
{/* these aren't meant to be linked anywhere, just entered by hand
for developers looking to test and play with things */}
<Route path="/dev/styling" element={<Styling />} />
<Route path="/dev/fake-game-log" element={<FakeGameLog />} />
<Route path="/docs/about" element={<docs.About />} />
<Route path="/docs/privacy-policy" element={<docs.PrivacyPolicy />} />
<Route path="/docs/terms-of-service" element={<docs.TermsOfService />} />
Expand Down
Loading

0 comments on commit d18fb8a

Please sign in to comment.