Skip to content

Commit 81790f1

Browse files
committed
import main css file in the JavaScript entry
1 parent e51af9e commit 81790f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ import { render } from 'solid-js/dom';
22
import App from './App';
33
import { Provider } from './store';
44

5+
// import main css file
6+
import "../styles/styles.css";
7+
58
render(() => (
69
<Provider>
710
<App />

0 commit comments

Comments
 (0)