Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
fix(scss): import scss from components library
Browse files Browse the repository at this point in the history
  • Loading branch information
jackcmeyer committed Jan 11, 2020
1 parent 4ede163 commit 45cb83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react'
import ReactDOM from 'react-dom'
import 'bootstrap/dist/css/bootstrap.min.css'
import '@hospitalrun/components/scss/main.scss'
import './index.css'
import App from './App'
import * as serviceWorker from './serviceWorker'
Expand Down

0 comments on commit 45cb83f

Please sign in to comment.