This commit is contained in:
Alie 2024-11-29 19:35:08 +01:00
parent df448bc738
commit 23312df488
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
import Button from "../Button/Button";
import { useEffect, useState } from "react";
import Button from "../Button/Button";
interface ImageModeratorProps {
token: string;

View File

@ -1,6 +1,6 @@
import React from "react";
import { render, screen } from "@testing-library/react";
import { describe, expect, it } from "bun:test";
import { expect, it } from "bun:test";
import React from "react";
import ImageModerator, {
ImageModeratorProps,
} from "../../src/components/ImageModerator/ImageModerator";