more detail for pages, navigation flow

This commit is contained in:
2023-05-30 18:00:44 -05:00
parent a231e0ec58
commit e19c239e46
23 changed files with 170 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
export default function MusicStreamingPage() {
return (
<div>
<h1>Music Streaming Page</h1>
</div>
)
}