Browse Source

Remove unnecessary import

pull/774/head
philon- 11 months ago
parent
commit
54ec3ff473
  1. 2
      packages/web/src/components/Dialog/RebootDialog.test.tsx

2
packages/web/src/components/Dialog/RebootDialog.test.tsx

@ -1,4 +1,4 @@
import { fireEvent, render, screen, waitFor } from "@testing-library/react"; import { fireEvent, render, screen } from "@testing-library/react";
import type { import type {
ButtonHTMLAttributes, ButtonHTMLAttributes,
ClassAttributes, ClassAttributes,

Loading…
Cancel
Save