Shadis/src/index.tsx

15 lines
523 B
TypeScript
Executable File

import React from "react";
import ReactDOM from "react-dom";
import App from "./App/App";
import "focus-visible/dist/focus-visible";
import "./index.scss";
import "./i18n";
ReactDOM.render(<App />, document.getElementById("root"));
// If you want your app to work offline and load faster, you can change
// unregister() to register() below. Note this comes with some pitfalls.
// Learn more about service workers: https://bit.ly/CRA-PWA
// import * as serviceWorker from "./serviceWorker";
// serviceWorker.unregister();