Skip to content

Commit

Permalink
chore: remove Koans page (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
magnus-madsen authored Dec 22, 2023
1 parent 1d2e575 commit 514a8ae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 198 deletions.
3 changes: 0 additions & 3 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import {Link} from "react-router-dom";

import ReconnectingWebSocket from 'reconnecting-websocket';
import Blog from "./page/Blog";
import Koans from "./page/Koans";
import Internships from "./page/Internships";

const SocketAddress = 'wss://evaluator.flix.dev/ws';
Expand Down Expand Up @@ -136,8 +135,6 @@ class App extends Component {
<Route path="/contribute/" component={Contribute}/>
<Route path="/internships/" component={Internships}/>

<Route path="/misc/koans/" component={Koans}/>

<Row/>

</Container>
Expand Down
195 changes: 0 additions & 195 deletions src/page/Koans.js

This file was deleted.

0 comments on commit 514a8ae

Please sign in to comment.