Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Danyil Primierov committed Dec 7, 2024
1 parent 14faa53 commit d048a84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/App.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { HashRouter, Route, Routes } from "react-router-dom";
import { BrowserRouter, Route, Routes } from "react-router-dom";
import { Toaster } from "@/shared/ui/Toaster";
import "./main.css";
import IndexPage from "@/pages/index/ui/IndexPage";
Expand Down Expand Up @@ -43,7 +43,7 @@ function App() {
};

return (
<HashRouter>
<BrowserRouter basename="/">
<FaqControlProvider>
<Header />
<MessagesProvider>
Expand All @@ -61,7 +61,7 @@ function App() {
</MessagesProvider>
<Toaster />
</FaqControlProvider>
</HashRouter>
</BrowserRouter>
);
}

Expand Down

0 comments on commit d048a84

Please sign in to comment.