Skip to content

Commit

Permalink
Rename App.tsx to app.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKempen authored Dec 2, 2023
1 parent fcecc47 commit b635c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/App.tsx → src/client/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export function App(): JSX.Element {
<Body />
</div>
);
}
}

0 comments on commit b635c40

Please sign in to comment.