added lit typescript plugins

This commit is contained in:
Logan Jones
2025-04-08 15:16:37 -05:00
parent b8c8e05023
commit bbc33ce3bc
5 changed files with 86 additions and 4 deletions
@@ -5,8 +5,8 @@ import './seekbar/seek-bar';
const audioPlayer = () => html`
<div>
<player-controls></player-controls>
<seek-bar></seek-bar>
<player-controls></player-controls>
<seek-bar></seek-bar>
</div>
`;
@@ -5,7 +5,7 @@ import { Play } from '@go/player/Player';
@customElement('player-controls')
export class PlayerControls extends LitElement {
render() {
override render() {
return html`
<div>
<button>