import Chip from "../chip.spec";

export const ChipNormal = (props: any) => <Chip text="text" {...props} />;
