CUB-196: remove unused vi import from test

This commit is contained in:
2026-05-21 12:07:52 +00:00
parent 047241005b
commit 08d5ceb792
+1 -1
View File
@@ -1,5 +1,5 @@
import { render, screen } from '@testing-library/react'
import { describe, it, expect, vi } from 'vitest'
import { describe, it, expect } from 'vitest'
import CameraCard from './CameraCard'
import type { CameraStatus } from '../types'