(feat): abstract local radio

This commit is contained in:
Triston Armstrong 2024-04-07 11:47:31 -05:00
parent 66eee63a9c
commit ce18d3a9b1
No known key found for this signature in database
GPG Key ID: FADE6AC6F956FC52

View File

@ -0,0 +1,7 @@
export function LocalRadio() {
return (
<div id="bottom-l" className="font-bold p-2 bg-white flex-1 rounded-xl shadow-md">
<h2>Local Radio</h2>
</div>
)
}