working on redoing ts and vite conf
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import { LitElement, html } from 'lit';
|
||||
import { customElement } from 'lit/decorators.js';
|
||||
import { Play } from '@go/player/Player';
|
||||
import './controls/player-controls';
|
||||
import './seekbar/seek-bar';
|
||||
|
||||
@@ -14,7 +13,7 @@ const audioPlayer = () => html`
|
||||
@customElement('audio-player')
|
||||
export class AudioPlayer extends LitElement {
|
||||
|
||||
render() {
|
||||
override render() {
|
||||
return audioPlayer();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user