Skip to content

Commit

Permalink
fix: import index.css in index.js so styles are applied
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikThePendric committed Sep 2, 2021
1 parent 7598966 commit 8db1bf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shell/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import React from 'react'
import ReactDOM from 'react-dom'
import App from './App'
import 'typeface-roboto'
import './index.css'

ReactDOM.render(
<>
Expand Down

0 comments on commit 8db1bf8

Please sign in to comment.