Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
sverzegnassi committed Dec 31, 2023
1 parent abc9c97 commit b9319a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { lazy } from "react";
import { BrowserRouter, Route, Routes, Outlet, Link as RouterLink, useLocation, HashRouter } from "react-router-dom";
import { HashRouter, Route, Routes, Outlet, Link as RouterLink, useLocation } from "react-router-dom";
import { AppBar, Button, Toolbar, Typography } from "@mui/material";

const ThemeGeneratorPage = lazy(() => import("./pages/ThemeGenerator.tsx"));
Expand Down

0 comments on commit b9319a3

Please sign in to comment.