Remove dead import

This commit is contained in:
Maximilian Harz 2025-07-05 16:50:15 +02:00
parent 7eeb7f31c2
commit 250b843fae

View File

@ -1,4 +1,4 @@
import { render, screen, fireEvent } from '@testing-library/react'
import { render, fireEvent } from '@testing-library/react'
import { describe, it, expect, beforeEach, vi } from 'vitest'
import { InviteLinkView } from './InviteLinkView'