import Typography from "../app/components/base/typography/page"; export default { title: "Base/Typography", component: Typography, argTypes: {}, }; export const typography = {};