diff --git a/component/Footer.tsx b/component/Footer.tsx index 81dcec48..000d108a 100644 --- a/component/Footer.tsx +++ b/component/Footer.tsx @@ -1,6 +1,6 @@ -import Link from "next/link"; -import React from "react"; -import SocialMediaButtons from "./SocialMediaButtons"; +import Link from 'next/link'; +import React from 'react'; +import SocialMediaButtons from './SocialMediaButtons'; export default function Footer() { return ( @@ -8,7 +8,7 @@ export default function Footer() {
Copyright © the React Graph Gallery - 2022 + 2023