diff --git a/src/Components/Misc/TextComponents.tsx b/src/Components/Misc/TextComponents.tsx index bbbec80..d5d51eb 100644 --- a/src/Components/Misc/TextComponents.tsx +++ b/src/Components/Misc/TextComponents.tsx @@ -5,6 +5,7 @@ export const Paragraph = styled.p` color: ${theme.palette.text.primary}; `; +// eslint-disable-next-line react-refresh/only-export-components export const H2 = styled.h2` color: ${theme.palette.text.primary}; `;