Skip to content

Commit

Permalink
import main css file in the JavaScript entry
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Sep 22, 2020
1 parent e51af9e commit 81790f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ import { render } from 'solid-js/dom';
import App from './App';
import { Provider } from './store';

// import main css file
import "../styles/styles.css";

render(() => (
<Provider>
<App />
Expand Down

0 comments on commit 81790f1

Please sign in to comment.