aboutsummaryrefslogtreecommitdiff
path: root/src/Main.tsx
diff options
context:
space:
mode:
authoryipstanley <stanley_yip@brown.edu>2019-01-20 19:48:08 -0500
committeryipstanley <stanley_yip@brown.edu>2019-01-20 19:48:08 -0500
commitb0a8b59b967eae3d5812fd8e54e9f4f7a3fb80fc (patch)
treebc30e4bb0dc1cf5ec47c50e2e5317baf12294808 /src/Main.tsx
parent481ca03c47962b301199285feebdb73a66818a9f (diff)
parent6cf622dda54e5b1793138c0492d71b574a6e8d75 (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into move_doc_get_out_the_way
Diffstat (limited to 'src/Main.tsx')
-rw-r--r--src/Main.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Main.tsx b/src/Main.tsx
index e417c0690..0a683c858 100644
--- a/src/Main.tsx
+++ b/src/Main.tsx
@@ -1,6 +1,7 @@
import * as React from 'react';
import * as ReactDOM from 'react-dom';
import "./Main.scss";
+import "normalize.css"
import { NodeCollectionStore } from './stores/NodeCollectionStore';
import { StaticTextNodeStore } from './stores/StaticTextNodeStore';
import { VideoNodeStore } from './stores/VideoNodeStore';