Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
dejurin authored Dec 17, 2023
1 parent a644316 commit 2c3fdc3
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 2c3fdc3

Please sign in to comment.