Convert all store files from JavaScript to TypeScript
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -10,7 +10,7 @@ vi.mock('@/api/client.js', () => ({
|
||||
default: { get: mockGet },
|
||||
}));
|
||||
|
||||
import { usePerformanceStore } from '@/stores/performance.js';
|
||||
import { usePerformanceStore } from '@/stores/performance';
|
||||
|
||||
describe('performanceStore', () => {
|
||||
let store;
|
||||
|
||||
Reference in New Issue
Block a user