Skip to content

Commit

Permalink
switched to hashrouter, for the site to work on github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarsova committed Jun 6, 2024
1 parent cc2a324 commit c99de5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/app/App.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {useState} from 'react';
import {BrowserRouter as Router, Route, Switch} from "react-router-dom";
import {HashRouter as Router, Route, Switch} from "react-router-dom";
import './App.css';
import {IntlProvider} from "react-intl";
import {deMessagesJSON, enMessagesJson, ruMessagesJSON} from "../../messages/messages";
Expand Down

0 comments on commit c99de5b

Please sign in to comment.