mirror of
https://github.com/apricote/Listory.git
synced 2026-02-07 02:07:03 +00:00
build(frontend): replace create-react-app with vite (#272)
This commit is contained in:
parent
8721fd101d
commit
eb8fe11be6
11 changed files with 4700 additions and 22943 deletions
|
|
@ -4,7 +4,6 @@ import { createRoot } from "react-dom/client";
|
|||
import { App } from "./App";
|
||||
import { ProvideApiClient } from "./hooks/use-api-client";
|
||||
import { ProvideAuth } from "./hooks/use-auth";
|
||||
import * as serviceWorker from "./serviceWorker";
|
||||
import "./index.css";
|
||||
|
||||
const root = createRoot(document.getElementById("root")!);
|
||||
|
|
@ -20,5 +19,3 @@ root.render(
|
|||
</ProvideAuth>
|
||||
</React.StrictMode>
|
||||
);
|
||||
|
||||
serviceWorker.unregister();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue