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

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

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