rename App.tsx to follow kebab-case naming

This commit is contained in:
2024-04-18 15:17:21 +02:00
parent 337b64759f
commit 6d8ec83bcb
2 changed files with 1 additions and 1 deletions

3
src/app.tsx Normal file
View File

@@ -0,0 +1,3 @@
export function App() {
return <h1 className="text-3xl font-bold underline">hello, world!</h1>;
}