diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-11-13 17:33:04 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-11-13 17:33:04 +0100 |
| commit | 879528d965250cc1ae94672df73f633909522f60 (patch) | |
| tree | cc132e33d35e6afcfb488b81ac3704efa95f79d7 /animism-align/frontend/site/index.js | |
| parent | 85a5eedb6042ffb02336a75deba3cd6b5470139e (diff) | |
build process for javascript. rewrite some resources with webpack
Diffstat (limited to 'animism-align/frontend/site/index.js')
| -rw-r--r-- | animism-align/frontend/site/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/animism-align/frontend/site/index.js b/animism-align/frontend/site/index.js index ab7c998..448d38d 100644 --- a/animism-align/frontend/site/index.js +++ b/animism-align/frontend/site/index.js @@ -3,7 +3,7 @@ import ReactDOM from 'react-dom' import { Provider } from 'react-redux' import './site.css' -import 'app/common/forms.css' +import '../app/common/form.css' import { store } from './store' |
