diff --git a/src/components/BirthdayPage/index.tsx b/src/components/BirthdayPage/index.tsx index 38ecc3a..b6ce9fc 100644 --- a/src/components/BirthdayPage/index.tsx +++ b/src/components/BirthdayPage/index.tsx @@ -84,4 +84,4 @@ function BirthdayPage(): JSX.Element { ); } -export default BirthdayPage; +export default BirthdayPage; \ No newline at end of file diff --git a/src/components/pages/BirthPlacePage/index.tsx b/src/components/pages/BirthPlacePage/index.tsx index b25acba..473c9b9 100644 --- a/src/components/pages/BirthPlacePage/index.tsx +++ b/src/components/pages/BirthPlacePage/index.tsx @@ -45,4 +45,4 @@ function BirthPlacePage() { ); } -export default BirthPlacePage; +export default BirthPlacePage; \ No newline at end of file diff --git a/src/routes.ts b/src/routes.ts index 00f0928..94f3ad3 100755 --- a/src/routes.ts +++ b/src/routes.ts @@ -461,4 +461,4 @@ export const getRouteBy = (status: UserStatus): string => { } }; -export default routes; +export default routes; \ No newline at end of file