import { twc } from 'react-twc'; export const Paragraph = twc.p`text-text-primary;`; // eslint-disable-next-line react-refresh/only-export-components export const H1 = twc.h1`text-text-primary;`;