Skip to content

Commit 1636ef2

Browse files
committed
Merge branch 'experimental-merge-of-designs' of https://github.com/CodeCafeCommunity/codecafecommunity.github.io into experimental-merge-of-designs
2 parents 533575e + 42828fa commit 1636ef2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/App.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
function App() {
2+
return <h1>Code Café Community</h1>;
3+
}
4+
5+
export default App;

0 commit comments

Comments
 (0)