diff --git a/src/app.jsx b/src/app.jsx index fd2a228..0530e61 100644 --- a/src/app.jsx +++ b/src/app.jsx @@ -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 diff --git a/src/pages/concepts.jsx b/src/pages/concepts.jsx deleted file mode 100644 index 3e2f55f..0000000 --- a/src/pages/concepts.jsx +++ /dev/null @@ -1,17 +0,0 @@ -import React from "react"; - -class Concepts extends React.Component { - constructor(props) { - super(props); - } - - render() { - return ( -
-

Concepts

-
- ); - } -} - -export default Concepts; \ No newline at end of file