diff options
| author | mokha <mokha@cisco.com> | 2018-08-15 15:13:12 -0600 |
|---|---|---|
| committer | mokha <mokha@cisco.com> | 2018-08-15 15:13:12 -0600 |
| commit | a2e7e858a81ccc38ccd6006d8a212eb23ddaa2be (patch) | |
| tree | 0d73fc36152f50623153cb7051ebf6417f67f1e7 /src/index.js | |
| parent | 1ed99d021e9a68100ed231cef2e6aeb9587c3f27 (diff) | |
add css and style loaders.
Diffstat (limited to 'src/index.js')
| -rw-r--r-- | src/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/index.js b/src/index.js index ba45358..82b8e65 100644 --- a/src/index.js +++ b/src/index.js @@ -1,2 +1,4 @@ import component from './component'; +import "./main.css"; + document.body.appendChild(component()); |
