fix: storage key re-declaration removed

This commit is contained in:
Ruhani Rabin
2026-03-05 11:11:41 +08:00
parent 87bdaaee37
commit 5712d0da40

View File

@@ -1,7 +1,6 @@
import { describe, it, expect, beforeEach } from 'vitest';
import { loadStored, STORAGE_KEY } from '../themeStorage';
const STORAGE_KEY = 'pinchchat-theme';
describe('ThemeContext loadStoredForTest', () => {
beforeEach(() => {