test(toggle): remove unecessary import

This commit is contained in:
giuliana
2025-01-24 12:40:22 +00:00
parent 72494dbe31
commit dfae50cba4

View File

@@ -2,7 +2,6 @@ import { newSpecPage } from '@stencil/core/testing';
import { config } from '../../../global/config';
import { Toggle } from '../toggle';
import { toggle } from 'ionicons/icons';
describe('toggle', () => {
beforeEach(() => {