remove unused imports

This commit is contained in:
Athou
2025-04-09 20:02:21 +02:00
parent 3d371d5942
commit dfab678070
4 changed files with 8 additions and 3 deletions

View File

@@ -1,7 +1,6 @@
import { MantineProvider } from "@mantine/core"
import { render } from "@testing-library/react"
import { Content } from "components/content/Content"
import React from "react"
import { describe, expect, it } from "vitest"
describe("Content component", () => {