diff options
| author | bndw <benjamindwoodward@gmail.com> | 2020-05-30 12:33:16 -0700 |
|---|---|---|
| committer | bndw <benjamindwoodward@gmail.com> | 2020-05-31 09:02:22 -0700 |
| commit | 6371e7794d2fa9ba5b79f267219e50e885057342 (patch) | |
| tree | 3441d6087befb8740d098c88385839ef20bb1b65 /src/index.js | |
| parent | e177a74c9ea505284c8debf086f785a43d88f90b (diff) | |
Initial commit
Diffstat (limited to 'src/index.js')
| -rw-r--r-- | src/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.js b/src/index.js index f5185c1..be3b97a 100644 --- a/src/index.js +++ b/src/index.js | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | import React from 'react'; | 1 | import React from 'react'; |
| 2 | import ReactDOM from 'react-dom'; | 2 | import ReactDOM from 'react-dom'; |
| 3 | import './index.css'; | 3 | import './light.min.css'; |
| 4 | import App from './App'; | 4 | import App from './App'; |
| 5 | import * as serviceWorker from './serviceWorker'; | 5 | import * as serviceWorker from './serviceWorker'; |
| 6 | 6 | ||
