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>
`;