summaryrefslogtreecommitdiffstatshomepage
path: root/webui/src/components/Author.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'webui/src/components/Author.tsx')
-rw-r--r--webui/src/components/Author.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui/src/components/Author.tsx b/webui/src/components/Author.tsx
index 92e14d40f..51ed336ab 100644
--- a/webui/src/components/Author.tsx
+++ b/webui/src/components/Author.tsx
@@ -1,7 +1,7 @@
import MAvatar from '@mui/material/Avatar';
import Link from '@mui/material/Link';
import Tooltip from '@mui/material/Tooltip/Tooltip';
-import { Link as RouterLink } from 'react-router-dom';
+import { Link as RouterLink } from 'react-router';
import { AuthoredFragment } from '../graphql/fragments.generated';