diff options
| author | Fuwn <[email protected]> | 2020-12-15 00:16:38 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-15 00:16:38 -0800 |
| commit | 2140c132c30717ceb3f11b8a7185fb6c9dd81f24 (patch) | |
| tree | ccbec0f89b14df75856fb6b00cc8e9e2d2261a60 | |
| parent | Update index.js (diff) | |
| download | me-2140c132c30717ceb3f11b8a7185fb6c9dd81f24.tar.xz me-2140c132c30717ceb3f11b8a7185fb6c9dd81f24.zip | |
Update index.js
| -rw-r--r-- | src/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/index.js b/src/index.js index fcb86ab..d74c91a 100644 --- a/src/index.js +++ b/src/index.js @@ -6,6 +6,7 @@ import './styles/projects.css'; import './styles/work-categories.css'; //import './styles/animate.css' + import App from './components/App'; import * as serviceWorker from './serviceWorker'; |