From 607e665654f8bfae9311d73e2c8293baa7ef5e31 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Tue, 20 May 2025 20:27:24 +0530 Subject: [PATCH] chore: remove unused import --- src/components/ui/buttons/buttons.tsx | 1 - 1 file changed, 1 deletion(-) 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;