Removed a few container pages as we will be using hooks instead. Cleaned up a few debug statements.

This commit is contained in:
Patrick Fic
2019-12-11 15:29:04 -08:00
parent bd7e502a92
commit 51040fd455
18 changed files with 190 additions and 182 deletions

View File

@@ -1,7 +0,0 @@
import React from "react";
import WhiteBoardPage from "./white-board.page";
export default function WhiteBoardPageContainer() {
return <WhiteBoardPage />;
}

View File

@@ -40,6 +40,7 @@ export default function WhiteBoardPage({ whiteBoardLeftSiderVisible }) {
return (
<Layout>
<Sider
collapsible={true}
breakpoint="lg"
collapsedWidth="0"
onBreakpoint={broken => {