mirror of
https://github.com/ershisan99/podcaster.git
synced 2025-12-18 12:33:48 +00:00
chore: set up routing with mock pages
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { Router } from "./router";
|
||||
|
||||
export function App() {
|
||||
return <h1 className="text-3xl font-bold underline">hello, world!</h1>;
|
||||
return <Router />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user