summaryrefslogtreecommitdiff
path: root/animism-align/frontend/site/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-11-13 17:33:04 +0100
committerJules Laplace <julescarbon@gmail.com>2020-11-13 17:33:04 +0100
commit879528d965250cc1ae94672df73f633909522f60 (patch)
treecc132e33d35e6afcfb488b81ac3704efa95f79d7 /animism-align/frontend/site/index.js
parent85a5eedb6042ffb02336a75deba3cd6b5470139e (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.js2
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'