mirror of
https://github.com/ershisan99/podcaster.git
synced 2026-02-02 12:35:38 +00:00
chore: set up routing with mock pages
This commit is contained in:
3
src/pages/podcast.tsx
Normal file
3
src/pages/podcast.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export function Podcast() {
|
||||
return <h1>Podcast page</h1>;
|
||||
}
|
||||
Reference in New Issue
Block a user