Fix: ungenutzten vi-Import aus LayerTable.test entfernt (TS6133)

This commit is contained in:
HMS MediaEngine Agent
2026-09-11 08:44:59 +02:00
parent 739a81bcf1
commit 9788fefcb4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { describe, it, expect, vi } from 'vitest';
import { describe, it, expect } from 'vitest';
import { render, screen } from '@testing-library/react';
import LayerTable from '../components/LayerTable';
import type { Layer } from '../types';
File diff suppressed because one or more lines are too long