diff --git a/components/LinkCustom/LinkCustom.test.tsx b/components/LinkCustom/LinkCustom.test.tsx index c8ded248..88686aa6 100644 --- a/components/LinkCustom/LinkCustom.test.tsx +++ b/components/LinkCustom/LinkCustom.test.tsx @@ -12,4 +12,4 @@ describe('LinkCustom Component', () => { expect(link).toHaveTextContent('Test link'); expect(link).toHaveAttribute('href', 'https://example.com'); }); -}); \ No newline at end of file +}); diff --git a/components/WeeklyPickButton/WeeklyPickButton.tsx b/components/WeeklyPickButton/WeeklyPickButton.tsx index 67fa79bc..f0dc9380 100644 --- a/components/WeeklyPickButton/WeeklyPickButton.tsx +++ b/components/WeeklyPickButton/WeeklyPickButton.tsx @@ -65,4 +65,4 @@ const WeeklyPickButton: React.FC = ({ ); }; -export { WeeklyPickButton }; \ No newline at end of file +export { WeeklyPickButton };