Commit e5e3d9b319b05b462b0af622bc9eeb8442da7a9b
1 parent
140cc372b5
Exists in
master
update
Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff
index.js
... | ... | @@ -206,6 +206,7 @@ function BookingWizard(props) { |
206 | 206 | // </Portal> |
207 | 207 | :<root.div> |
208 | 208 | <style type="text/css"> |
209 | + {`@import "${process.env.REACT_APP_FIREBASE_URL}/static/css/app.chunk.css";`} | |
209 | 210 | {`@import "${process.env.REACT_APP_FIREBASE_URL}/static/css/main-app.chunk.css";`} |
210 | 211 | </style> |
211 | 212 | {show && <div className="bw-backdrop" onClick={() => handleCloseModal()}></div>} |