diff options
| author | Ben Woodward <ben@bdw.to> | 2021-07-15 14:44:00 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-15 14:44:00 -0700 |
| commit | f82c096aeb6970bed54eb6e5424ba303965ef252 (patch) | |
| tree | 85f257e64c90e00754d3f476e8e6d61bd01625d6 /src/index.js | |
| parent | c6fb2f011505a3e1892e1fb24f4df850c55bb57d (diff) | |
Only run Prettier on ./src (#55)
* Move base stylesheet input public
* Only run prettier on ./src
Diffstat (limited to 'src/index.js')
| -rw-r--r-- | src/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/index.js b/src/index.js index baca53a..c1f31c5 100644 --- a/src/index.js +++ b/src/index.js | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | import React from 'react'; | 1 | import React from 'react'; |
| 2 | import ReactDOM from 'react-dom'; | 2 | import ReactDOM from 'react-dom'; |
| 3 | import './light.min.css'; | ||
| 4 | import App from './App'; | 3 | import App from './App'; |
| 5 | 4 | ||
| 6 | ReactDOM.render( | 5 | ReactDOM.render( |
