diff options
author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-01-19 22:17:26 -0500 |
---|---|---|
committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-01-19 22:17:26 -0500 |
commit | 957bb8a462d233b8064ad1a957f2525dbd5995bc (patch) | |
tree | 61087e9c99ae45bc9001334b7591317f14199c7b /src | |
parent | 87495cce1e23b25312efc56a84b849babf367e82 (diff) |
Added normalize.css
Diffstat (limited to 'src')
-rw-r--r-- | src/Main.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Main.tsx b/src/Main.tsx index 09c2b111f..3d0cf052f 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'; |