Skip to content

Commit 36a1a56

Browse files
committed
fix linter errors
1 parent 41859ad commit 36a1a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/dom/layers/__tests__/SymbolInstance.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* globals expect, test */
22
/* eslint-disable no-param-reassign */
3-
import { SymbolInstance, SmartLayout } from '../..'
3+
import { SymbolInstance } from '../..'
44
import { createSymbolMaster, canBeLogged } from '../../../test-utils'
55

66
test('should create a instance by setting the master property', (_context, document) => {

0 commit comments

Comments
 (0)