Skip to content

Commit 05b9d02

Browse files
committed
Fix lint
1 parent c875418 commit 05b9d02

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/app/src/app/store/sequences.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ import { when, push, unset, set, equals } from 'cerebral/operators';
33
import { state, props } from 'cerebral/tags';
44

55
import getTemplateDefinition from '@codesandbox/common/lib/templates';
6-
import {
7-
notificationState,
8-
convertTypeToStatus,
9-
} from '@codesandbox/common/lib/utils/notifications';
106

117
import * as actions from './actions';
128
import * as factories from './factories';

0 commit comments

Comments
 (0)