Skip to content

Commit

Permalink
update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Garrett committed May 10, 2020
1 parent 0c81616 commit 3cbb496
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions packages/@glimmer/validator/lib/tracking.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
import { DEBUG } from '@glimmer/env';
import {
Tag,
combine,
createTag,
dirtyTag,
CONSTANT_TAG,
validateTag,
Revision,
valueForTag,
} from './validators';
import { Tag, combine, CONSTANT_TAG, validateTag, Revision, valueForTag } from './validators';
import { tagFor, dirtyTagFor } from './meta';
import { markTagAsConsumed, runInAutotrackingTransaction, assertTagNotConsumed } from './debug';

Expand Down

0 comments on commit 3cbb496

Please sign in to comment.