mirror of
https://github.com/ershisan99/podcaster.git
synced 2025-12-18 12:33:48 +00:00
rename App.tsx to follow kebab-case naming
This commit is contained in:
3
src/app.tsx
Normal file
3
src/app.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export function App() {
|
||||
return <h1 className="text-3xl font-bold underline">hello, world!</h1>;
|
||||
}
|
||||
Reference in New Issue
Block a user