(feat): abstract local radio
This commit is contained in:
parent
66eee63a9c
commit
ce18d3a9b1
7
src/components/local_radio/index.tsx
Normal file
7
src/components/local_radio/index.tsx
Normal 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>
|
||||||
|
)
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user