import { customElement } from "@fluid-topics/ft-wc-utils";
import { FtTypography } from "./ft-typography";
import { FtdsTypography } from "./ftds-typography";
customElement("ft-typography")(FtTypography);
customElement("ftds-typography")(FtdsTypography);