diff --git a/src/Components/Misc/TextComponents.tsx b/src/Components/Misc/TextComponents.tsx index 95b609e..a6e031d 100644 --- a/src/Components/Misc/TextComponents.tsx +++ b/src/Components/Misc/TextComponents.tsx @@ -2,5 +2,4 @@ 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;`;