Skip to content

Commit

Permalink
fix: unnecessary import to index
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenybai committed Oct 14, 2021
1 parent 96db84e commit 2de462c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/patch.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { VElement } from '.';
import { createElement } from './createElement';
import { childrenDriver } from './drivers/children';
import { propsDriver } from './drivers/props';
import { DOMNode, OLD_VNODE_FIELD, VCommit, VDriver, VNode, VTask } from './types';
import { DOMNode, OLD_VNODE_FIELD, VCommit, VDriver, VElement, VNode, VTask } from './types';

/**
* Passes all of the tasks in a given array to a given function sequentially.
Expand Down

0 comments on commit 2de462c

Please sign in to comment.