Removed dots tidy

This commit is contained in:
Connor Yoh 2025-08-14 11:00:47 +01:00
parent 0d7e8f8deb
commit 1673549a9e

View File

@ -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 = ({
<ChevronRightIcon style={{ fontSize: '1rem' }} />
</ActionIcon>
</Group>
</Stack>
);
};