mirror of
https://github.com/Vikeo/LifeTrinket.git
synced 2025-11-12 06:06:21 +00:00
7 lines
198 B
TypeScript
7 lines
198 B
TypeScript
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;`;
|