index.tsx 92 B

123
  1. import { Styled } from "../Styled";
  2. export const Paragraph = Styled("p", "mb-6 last:mb-0");