Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mishrabp
/
northwind
like
0
Running
App
Files
Files
Community
main
northwind
/
src
/
views
/
shipper
/
ShipperView.vue
mishrabp
Upload folder using huggingface_hub
b86d7f0
verified
6 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
128 Bytes
<
script
setup
>
import
ShipperList
from
'@/components/grids/ShipperList.vue'
</
script
>
<
template
>
<
ShipperList
/>
</
template
>