1
0
Fork 0

a bit less horrible 2
Some checks failed
Build / Deploy (push) Failing after 1m3s
Build / Build (push) Successful in 37s

This commit is contained in:
amy 2025-01-27 21:58:23 +03:30
parent 8ac5d4219c
commit 1ba12366d0
No known key found for this signature in database

View file

@ -1,5 +1,3 @@
import { createSignal, onMount } from "solid-js";
export interface Song {
title: string;
artist: string;