Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenybai committed Jun 17, 2022
1 parent 76b262a commit 22d0ab3
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/million/createElement.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
import {
DOMNode,
Flags,
OLD_VNODE_FIELD,
VNode,
XLINK_NS,
XML_NS,
X_CHAR,
} from './types';
import { DOMNode, Flags, OLD_VNODE_FIELD, VNode, XLINK_NS, XML_NS, X_CHAR } from './types';

/**
* Creates an Element from a VNode
Expand Down

0 comments on commit 22d0ab3

Please sign in to comment.