Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Vrda
/
Learn_Pathophysiology
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d8d032f
Learn_Pathophysiology
/
frontend
/
src
/
main.ts
Vrda
Deploy Learn Pathophysiology WC3 Edition
8b9f7d9
2 months ago
raw
Copy download link
history
blame
Safe
90 Bytes
import
{ createApp }
from
'vue'
import
App
from
'./App.vue'
createApp
(
App
).
mount
(
'#app'
)