diff --git a/frontend/src/components/tools/shared/NavigationControls.tsx b/frontend/src/components/tools/shared/NavigationControls.tsx index 239508946..03269e3a0 100644 --- a/frontend/src/components/tools/shared/NavigationControls.tsx +++ b/frontend/src/components/tools/shared/NavigationControls.tsx @@ -1,5 +1,5 @@ import React from 'react'; -import { Stack, Group, ActionIcon, Box, Text } from '@mantine/core'; +import { Stack, Group, ActionIcon, Text } from '@mantine/core'; import ChevronLeftIcon from '@mui/icons-material/ChevronLeft'; import ChevronRightIcon from '@mui/icons-material/ChevronRight'; @@ -46,8 +46,6 @@ const NavigationControls = ({ - - ); };