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

Commit 2b55a26

Browse files
committed
Remove old function ref
1 parent 8434e48 commit 2b55a26

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/backend/utils/parse-modules.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
import {classDecorators, componentMetadata} from '../../tree/decorators';
2-
import {functionName} from '../../utils/function-name';
3-
import {Route} from '../utils/parse-router';
1+
import { componentMetadata} from '../../tree/decorators';
42

53
export const AUGURY_TOKEN_ID_METADATA_KEY = '__augury_token_id';
64

0 commit comments

Comments
 (0)