This website requires JavaScript.
Explore
Help
Sign In
amantahiliani
/
PeerNotes
Watch
1
Star
0
Fork
0
You've already forked PeerNotes
mirror of
https://github.com/AmanTahiliani/PeerNotes.git
synced
2026-08-07 19:56:19 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
57e2da94ff620b49e7dd4b43f774e990eeb7d8cb
PeerNotes
/
frontend
/
src
/
App.tsx
13 lines
115 B
TypeScript
Raw
Normal View
History
Unescape
Escape
add frontend boilerplate
2024-03-12 16:21:30 -04:00
import
'./App.css'
function
App() {
return
(
<
>
remove default styles + text
2024-03-12 16:29:00 -04:00
<
h1
>
PeerNotes
<
/
h1
>
add frontend boilerplate
2024-03-12 16:21:30 -04:00
<
/
>
)
}
export
default
App
Reference in New Issue
Copy Permalink