import { PropsWithChildren } from "react"; export function Typography({ children }: PropsWithChildren) { return (
{children}
); }