Skip to content

Commit

Permalink
remove imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeyrayvon committed Dec 14, 2023
1 parent 72ec136 commit 30dbc1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/template-block/src/TemplateBlock.spec.ct.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* (c) Copyright Frontify Ltd., all rights reserved. */

import { mount, describe, it } from 'cypress/react';
import { mount } from 'cypress/react';
import { AssetDummy, TemplateDummy, withAppBridgeBlockStubs } from '@frontify/app-bridge';
import { TemplateBlock } from './TemplateBlock';
import { BorderStyle, Padding, Radius, toRgbaString } from '@frontify/guideline-blocks-settings';
Expand Down

0 comments on commit 30dbc1b

Please sign in to comment.