mirror of
https://github.com/vercel/commerce.git
synced 2025-05-12 20:57:51 +00:00
5 lines
152 B
TypeScript
5 lines
152 B
TypeScript
'use client';
|
|
import { Tab, TabGroup, TabList, TabPanel, TabPanels } from '@headlessui/react';
|
|
|
|
export { Tab, TabGroup, TabList, TabPanel, TabPanels };
|