This website requires JavaScript.
Explore
Help
Register
Sign In
mariiashabelnik
/
portfolio
Watch
1
Star
0
Fork
0
You've already forked portfolio
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
fc3188e6c2
portfolio
/
src
/
App.jsx
8 lines
104 B
React
Raw
Normal View
History
Unescape
Escape
base clean
2022-07-27 13:22:23 +02:00
import
"./App.css"
;
base commit
2022-07-27 12:51:22 +02:00
function
App
(
)
{
base clean
2022-07-27 13:22:23 +02:00
return
<
div
className
=
"App"
>
Hello
<
/
div
>
;
base commit
2022-07-27 12:51:22 +02:00
}
base clean
2022-07-27 13:22:23 +02:00
export
default
App
;
Reference in New Issue
Copy Permalink