1
0
mirror of https://github.com/vercel/commerce.git synced 2025-09-19 14:20:15 +00:00
Files
commerce/components/plp/tab-components.tsx
2024-07-07 15:05:15 +07:00

5 lines
152 B
TypeScript

'use client';
import { Tab, TabGroup, TabList, TabPanel, TabPanels } from '@headlessui/react';
export { Tab, TabGroup, TabList, TabPanel, TabPanels };