Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

Commit

Permalink
Remove old function ref
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenkampen committed Dec 27, 2018
1 parent 8434e48 commit 2b55a26
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/backend/utils/parse-modules.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import {classDecorators, componentMetadata} from '../../tree/decorators';
import {functionName} from '../../utils/function-name';
import {Route} from '../utils/parse-router';
import { componentMetadata} from '../../tree/decorators';

export const AUGURY_TOKEN_ID_METADATA_KEY = '__augury_token_id';

Expand Down

0 comments on commit 2b55a26

Please sign in to comment.