Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kuizuo committed Jun 25, 2024
1 parent c704949 commit 4216466
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/landing/FeaturesSection/Github.tsx
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4216466

Please sign in to comment.