Skip to content

Commit a717b1a

Browse files
committed
fix lint
1 parent ad9aab5 commit a717b1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/components/__tests__/ThemeToggle.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { describe, it, expect, vi, beforeEach } from 'vitest';
22
import { render, screen, fireEvent } from '@testing-library/react';
33
import { ThemeToggle } from '../ThemeToggle';
4-
import { ThemeProvider, useTheme } from '../../contexts/ThemeContext';
4+
import { ThemeProvider } from '../../contexts/ThemeContext';
55

66
// Mock window.matchMedia
77
Object.defineProperty(window, 'matchMedia', {

0 commit comments

Comments
 (0)