Skip to content

Commit

Permalink
Merge pull request #63 from dejurin/patch-1
Browse files Browse the repository at this point in the history
Update index.ts
  • Loading branch information
guocaoyi authored Dec 18, 2023
2 parents a644316 + 2c3fdc3 commit 83181c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template-preact-ts/src/sidepanel/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { createElement, render } from 'preact'
import { SidePanel } from './SidePanel'
import { SidePanel } from './Sidepanel'
import './index.css'

render(createElement(SidePanel, null), document.getElementById('app') as HTMLElement)

0 comments on commit 83181c7

Please sign in to comment.