aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/MainView.tsx
diff options
context:
space:
mode:
authorGeireann Lindfield Roberts <60007097+geireann@users.noreply.github.com>2022-09-20 19:46:07 -0400
committerGitHub <noreply@github.com>2022-09-20 19:46:07 -0400
commit6d4b37bb1efee8d178dd4d96700b9379f925cfa5 (patch)
treee0fbe7c7da3b2a26b9b2f9147c166c7bc079f143 /src/client/views/MainView.tsx
parent66829e2d9fc08688f32f48ac92e2531fd4650cb7 (diff)
parentb6b0e25503f768f831b800a6d2760b2ccbfab727 (diff)
Merge pull request #117 from brown-dash/geireann-homepage
updated homepage view
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r--src/client/views/MainView.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx
index 26718d695..d07e255e2 100644
--- a/src/client/views/MainView.tsx
+++ b/src/client/views/MainView.tsx
@@ -65,6 +65,7 @@ import { PreviewCursor } from './PreviewCursor';
import { PropertiesView } from './PropertiesView';
import { DashboardStyleProvider, DefaultStyleProvider } from './StyleProvider';
import { TopBar } from './topbar/TopBar';
+import 'browndash-components/dist/styles/global.min.css';
const _global = (window /* browser */ || global) /* node */ as any;
@observer