0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2024-11-01 09:22:39 +00:00
VueTube/NUXT/components/ExtendedComponents/swipeableBottomSheet/index.js

5 lines
130 B
JavaScript
Raw Normal View History

2022-04-18 05:58:59 +00:00
import swipeableBottomSheet from "./swipeableBottomSheet";
export { swipeableBottomSheet };
export default swipeableBottomSheet;