Skip to content

Commit

Permalink
removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
knadonenkoepam committed Dec 25, 2024
1 parent bdb1be4 commit a94069d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
/* eslint-disable no-magic-numbers */
import { Page, chromium, test } from '@playwright/test';
import {
selectTopPanelButton,
TopPanelButton,
takeEditorScreenshot,
waitForSpinnerFinishedWork,
openFileAndAddToCanvasAsNewProject,
selectClearCanvasTool,
waitForPageInit,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
/* eslint-disable no-magic-numbers */
import { test } from '@playwright/test';
import {
selectTopPanelButton,
TopPanelButton,
takeEditorScreenshot,
waitForSpinnerFinishedWork,
waitForPageInit,
drawBenzeneRing,
selectRing,
Expand Down

0 comments on commit a94069d

Please sign in to comment.