diff --git a/src/components/landing/FeaturesSection/Github.tsx b/src/components/landing/FeaturesSection/Github.tsx index 9a22156b..12a7ce88 100644 --- a/src/components/landing/FeaturesSection/Github.tsx +++ b/src/components/landing/FeaturesSection/Github.tsx @@ -1,9 +1,9 @@ -import Translate from '@docusaurus/Translate'; -import GitHubCalendar from 'react-github-calendar'; +import Translate from '@docusaurus/Translate' +import GitHubCalendar from 'react-github-calendar' -import { useColorMode } from '@docusaurus/theme-common'; -import { Icon } from '@iconify/react'; -import ThemedImage from '@theme/ThemedImage'; +import { useColorMode } from '@docusaurus/theme-common' +import { Icon } from '@iconify/react' +import ThemedImage from '@theme/ThemedImage' interface GithubProps { className?: string