init commit,
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import React from "react";
|
||||
import ReactDOM from "react-dom";
|
||||
import App from "./App";
|
||||
import { defineCustomElements } from "@ionic/pwa-elements/loader";
|
||||
|
||||
defineCustomElements(window);
|
||||
|
||||
ReactDOM.render(
|
||||
<React.StrictMode>
|
||||
<App />
|
||||
</React.StrictMode>,
|
||||
document.getElementById("root"),
|
||||
);
|
Reference in New Issue
Block a user