From c708974653742af62f8519d2d6f9b8804376ee52 Mon Sep 17 00:00:00 2001 From: Determinant Date: Sat, 9 Mar 2019 02:27:25 -0500 Subject: add about page --- src/Dashboard.tsx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Dashboard.tsx') diff --git a/src/Dashboard.tsx b/src/Dashboard.tsx index f514b38..f9e7274 100644 --- a/src/Dashboard.tsx +++ b/src/Dashboard.tsx @@ -16,6 +16,7 @@ import { theme } from './theme'; import Logo from './Logo'; import Analyze from './Analyze'; import Settings from './Settings'; +import About from './About'; const styles = (theme: Theme) => ({ root: { @@ -103,6 +104,7 @@ class DashboardTabs extends React.Component { onChange={this.handleChangeTab}> + @@ -124,6 +126,7 @@ class DashboardTabs extends React.Component { {console.log(location)} + }/> -- cgit v1.2.3-70-g09d2