diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-04-22 19:52:03 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-04-22 19:52:03 +0200 |
| commit | 3a97d69b84fa762313c0af3779e031c2234afbaf (patch) | |
| tree | bb02c6a8e7d1316cebfb90edf7d8b914c2cfe26d /frontend/site/index.js | |
| parent | 17ba8604b903e5f87a960ab88d34d884ff6d84d8 (diff) | |
replace the marquee
Diffstat (limited to 'frontend/site/index.js')
| -rw-r--r-- | frontend/site/index.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/frontend/site/index.js b/frontend/site/index.js index 6d80528..a945659 100644 --- a/frontend/site/index.js +++ b/frontend/site/index.js @@ -2,8 +2,6 @@ import React from 'react' import ReactDOM from 'react-dom' import { Provider } from 'react-redux' -import './site.css' - import App from './APP_TARGET' import { store, history } from 'site/store' |
