import { Tab } from "../Tab";

export { default as TabWithModal } from "./TabWithModal";

export default {
  title: "Tab",
  component: Tab,
};
