diff --git a/src/components/ui/buttons/buttons.tsx b/src/components/ui/buttons/buttons.tsx index 50b630f5..af546b1a 100644 --- a/src/components/ui/buttons/buttons.tsx +++ b/src/components/ui/buttons/buttons.tsx @@ -1,5 +1,4 @@ import styled from 'styled-components'; -import { useThemeMode } from '../../../context/theme-provider'; export const NavBarButton = styled.button<{ disabled: boolean, mode: 'light' | 'dark' }>` margin-left: 10px;