aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.js
diff options
context:
space:
mode:
authorBen Woodward <ben@bdw.to>2021-07-15 14:44:00 -0700
committerGitHub <noreply@github.com>2021-07-15 14:44:00 -0700
commitf82c096aeb6970bed54eb6e5424ba303965ef252 (patch)
tree85f257e64c90e00754d3f476e8e6d61bd01625d6 /src/index.js
parentc6fb2f011505a3e1892e1fb24f4df850c55bb57d (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.js1
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 @@
1import React from 'react'; 1import React from 'react';
2import ReactDOM from 'react-dom'; 2import ReactDOM from 'react-dom';
3import './light.min.css';
4import App from './App'; 3import App from './App';
5 4
6ReactDOM.render( 5ReactDOM.render(