refactor react-router -> react-router-dom

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-12-08 21:18:01 +01:00
parent b586504966
commit 2e701b3796
112 changed files with 136 additions and 111 deletions
@@ -21,7 +21,7 @@ import {
} from '@backstage/plugin-azure-devops-common';
import { BuildTable } from './BuildTable';
import { MemoryRouter } from 'react-router';
import { MemoryRouter } from 'react-router-dom';
import React from 'react';
export default {
@@ -22,7 +22,7 @@ import {
PullRequestVoteStatus,
} from '@backstage/plugin-azure-devops-common';
import { MemoryRouter } from 'react-router';
import { MemoryRouter } from 'react-router-dom';
import { PullRequestCard } from './PullRequestCard';
import React from 'react';