Removed an empty page

This commit is contained in:
2018-12-21 14:29:02 +11:00
parent ace223b592
commit b44c0dd26c
2 changed files with 0 additions and 18 deletions
-1
View File
@@ -11,7 +11,6 @@ import "./styles/shared.css";
//include other pages
import MarkdownPage from "./pages/markdown_page.jsx";
import CardList from "./pages/card_list.jsx";
import Concepts from "./pages/concepts.jsx";
import NotFound from "./pages/not_found.jsx";
//include panels
-17
View File
@@ -1,17 +0,0 @@
import React from "react";
class Concepts extends React.Component {
constructor(props) {
super(props);
}
render() {
return (
<div>
<p>Concepts</p>
</div>
);
}
}
export default Concepts;