21 feature app redesign #23

Open
tristonarmstrong wants to merge 18 commits from 21-feature-app-redesign into main
Showing only changes of commit ce18d3a9b1 - Show all commits

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>
)
}