Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Dyraa18
/
Fitsion
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Fitsion
/
src
/
App.jsx
Dyraa18
Upload 26 files
e637e9c
verified
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
114 Bytes
import
LandingPage
from
"./pages/LandingPage"
;
function
App
(
) {
return
<
LandingPage
/>
;
}
export
default
App
;