From bc980882d05b7eec4135e4a286f6843fa6cc1bd0 Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Wed, 26 Oct 2022 07:15:33 +0530 Subject: Switch from 'npm' to 'pnpm' (#704) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Markus Hatvan Co-authored-by: Nathanaël Houn Co-authored-by: Balaji Vijayakumar Co-authored-by: André Oliveira --- src/routes.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/routes.tsx') diff --git a/src/routes.tsx b/src/routes.tsx index 8150d135e..6c26d4255 100644 --- a/src/routes.tsx +++ b/src/routes.tsx @@ -1,9 +1,9 @@ import { Component, ReactElement } from 'react'; import { inject, observer } from 'mobx-react'; -import { Route } from 'react-router'; import { Navigate, Routes, + Route, unstable_HistoryRouter as HistoryRouter, } from 'react-router-dom'; import { HashHistory } from 'history'; -- cgit v1.2.3-70-g09d2