chore: remove unused import

This commit is contained in:
amhsirak
2025-05-20 20:27:24 +05:30
parent 9f0cc68fe7
commit 607e665654

View File

@@ -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;