Skip to content

Commit 1d217c9

Browse files
committed
updated hello world!
1 parent f02d277 commit 1d217c9

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed
File renamed without changes.

src/App.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ function App() {
55
return (
66
<>
77
<h1>Hello World!</h1>
8+
<a href="enemyGenerator/index.html" target="_blank" rel="noopener noreferrer">Enemy Generator</a>
89
</>
910
)
1011
}

0 commit comments

Comments
 (0)