northwind / src /views /shipper /ShipperView.vue
mishrabp's picture
Upload folder using huggingface_hub
b86d7f0 verified
raw
history blame contribute delete
128 Bytes
<script setup>
import ShipperList from '@/components/grids/ShipperList.vue'
</script>
<template>
<ShipperList />
</template>