We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d789b72 commit 8de6431Copy full SHA for 8de6431
src/index.tsx
@@ -1,10 +1,13 @@
1
-import React from 'react';
2
-import ReactDOM from 'react-dom';
3
-import './index.css';
4
-import App from './App';
5
-import * as serviceWorker from './serviceWorker';
+import React from "react";
+import ReactDOM from "react-dom";
+import "./index.css";
+// Ionic 4 styles
+import "@ionic/core/css/core.css";
6
+import "@ionic/core/css/ionic.bundle.css";
7
+import App from "./App";
8
+import * as serviceWorker from "./serviceWorker";
9
-ReactDOM.render(<App />, document.getElementById('root'));
10
+ReactDOM.render(<App />, document.getElementById("root"));
11
12
// If you want your app to work offline and load faster, you can change
13
// unregister() to register() below. Note this comes with some pitfalls.
0 commit comments