Skip to content

Commit

Permalink
import from source files instead of index
Browse files Browse the repository at this point in the history
  • Loading branch information
beenotung committed May 6, 2023
1 parent 534d890 commit 4e52d53
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions demo/index.ts
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
import { code } from '../helpers'
import {
watch,
text,
fragment,
input,
br,
button,
a,
p,
label,
h1,
h2,
} from '..'
import { text, fragment, watch } from '../core'
import { h1, a, p, code, h2, input, label, br, button } from '../helpers'

console.log('ts')
console.time('init')
Expand Down

0 comments on commit 4e52d53

Please sign in to comment.