diff options
Diffstat (limited to 'webui/src/components/BackToListButton.tsx')
-rw-r--r-- | webui/src/components/BackToListButton.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webui/src/components/BackToListButton.tsx b/webui/src/components/BackToListButton.tsx index a4e4ea9c8..234d14588 100644 --- a/webui/src/components/BackToListButton.tsx +++ b/webui/src/components/BackToListButton.tsx @@ -1,7 +1,7 @@ import ArrowBackIcon from '@mui/icons-material/ArrowBack'; import Button from '@mui/material/Button'; import makeStyles from '@mui/styles/makeStyles'; -import { Link } from 'react-router-dom'; +import { Link } from 'react-router'; const useStyles = makeStyles((theme) => ({ backButton: { |