import { Tag } from './tag';
export type { WebTagProps as TagProps } from "../../types";
export default Tag;
