init
This commit is contained in:
commit
d761a10bf7
102 changed files with 4761 additions and 0 deletions
5
lib/components/bio/widgets/SpotifyNowPlaying.svelte
Normal file
5
lib/components/bio/widgets/SpotifyNowPlaying.svelte
Normal file
|
@ -0,0 +1,5 @@
|
|||
<script lang="ts">
|
||||
export let data: WidgetSpotifyNowPlaying;
|
||||
export let handle: boolean = false;
|
||||
export let isPreview: boolean = false;
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue