diff --git a/src/components/Aboutpage/chart.tsx b/src/components/Aboutpage/chart.tsx index d63818197..090c059eb 100644 --- a/src/components/Aboutpage/chart.tsx +++ b/src/components/Aboutpage/chart.tsx @@ -170,4 +170,4 @@ const Chart: React.FC = () => { ); }; -export { Chart, Community, Courses, Tutorials, Problems, Solutions }; \ No newline at end of file +export { Chart, Community, Courses, Tutorials, Problems, Solutions }; diff --git a/src/components/Aboutpage/index.tsx b/src/components/Aboutpage/index.tsx index 24c009ec7..e126bff63 100644 --- a/src/components/Aboutpage/index.tsx +++ b/src/components/Aboutpage/index.tsx @@ -17,7 +17,7 @@ export default function AboutUsSection() {
- +
= ({ username }) => { ); }; -export default Author; \ No newline at end of file +export default Author; diff --git a/src/components/CareerPage/index.tsx b/src/components/CareerPage/index.tsx index 54aeea610..55b8c3be1 100644 --- a/src/components/CareerPage/index.tsx +++ b/src/components/CareerPage/index.tsx @@ -136,4 +136,4 @@ const CareerPage: React.FC = () => { ); }; -export default CareerPage; \ No newline at end of file +export default CareerPage; diff --git a/src/components/FAQs.tsx b/src/components/FAQs.tsx index 6e3441099..51e29f9b5 100644 --- a/src/components/FAQs.tsx +++ b/src/components/FAQs.tsx @@ -95,4 +95,4 @@ const FAQs: React.FC = () => { ); }; -export default FAQs; \ No newline at end of file +export default FAQs;