show instructions when client cant connect

This commit is contained in:
Janis
2023-11-12 23:12:37 +01:00
parent 442e8f05e6
commit 6d7ee8905b
3 changed files with 27 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ import React from "react";
import ReactDOM from "react-dom/client";
import App from "./App.tsx";
import "@styles/index.scss";
import { BrowserRouter, HashRouter } from "react-router-dom";
import { HashRouter } from "react-router-dom";
ReactDOM.createRoot(document.getElementById("root")!).render(
<HashRouter>