mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-06-25 10:58:39 +00:00
base
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { createRoot } from "react-dom/client";
|
||||
import { BrowserRouter } from "react-router-dom";
|
||||
import App from "./App";
|
||||
|
||||
createRoot(document.getElementById("reactRoot")).render(
|
||||
<BrowserRouter>
|
||||
<App />
|
||||
</BrowserRouter>
|
||||
);
|
||||
Reference in New Issue
Block a user