Switch back to CRA

This commit is contained in:
Infinite
2020-02-01 22:54:19 +01:00
parent 49a6076500
commit fd560c2147
15 changed files with 2124 additions and 1968 deletions

View File

@@ -79,6 +79,7 @@ export const MainNavbar: React.FC = () => {
{menuItems.map(i => (
<LinkContainer
activeClassName="active"
exact
to={i.href}
key={i.href}
>