Skip to content

Commit

Permalink
test: fix playground
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3ework committed Jan 20, 2023
1 parent 97baa4a commit 1d0851a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions playground/config-default/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { text } from './text'

const hello = 'Hello'
var hello = 'Hello'

// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
const rootDom = document.querySelector('#root')! as HTMLElement
rootDom.innerHTML = hello + text

Expand Down

0 comments on commit 1d0851a

Please sign in to comment.