mirror of
https://github.com/ershisan99/podcaster.git
synced 2025-12-16 20:59:26 +00:00
4 lines
58 B
TypeScript
4 lines
58 B
TypeScript
export function App() {
|
|
return <h1>hello, world</h1>;
|
|
}
|