Skip to content

Commit

Permalink
fix: liniting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed May 8, 2021
1 parent 98acac4 commit 7ba014a
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions core/instrument/test/extract-component.test.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
import path from 'path';
import { Component } from '@component-controls/core';
import {
defaultParserOptions,
defaultResolveOptions,
LoadingDocStore,
} from '../src/index';
import {
extractComponent,
extractStoreComponent,
} from '../src/babel/extract-component';
import { defaultParserOptions, defaultResolveOptions } from '../src/index';
import { extractComponent } from '../src/babel/extract-component';

export type ComponentCallback = (component: Component) => void;
export const componentFixture = (
Expand Down

0 comments on commit 7ba014a

Please sign in to comment.