Skip to content

Commit

Permalink
refactor: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonGolms committed May 12, 2020
1 parent c994fe2 commit 65bb3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/utils.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { getIonMode, isIonApp, getStyleElement } from './utils';
import { getIonMode, isIonApp } from './utils';

describe('Utils', () => {
it('getIonMode()', () => {
Expand Down

0 comments on commit 65bb3ed

Please sign in to comment.