Skip to content

Commit ee0d667

Browse files
committed
lint fix
1 parent 526be42 commit ee0d667

File tree

1 file changed

+1
-1
lines changed
  • src/apps/dev-center/src/dev-center-pages/community-app/landing-page/dev-center-get-started/GetStartedCardsContainer

1 file changed

+1
-1
lines changed

src/apps/dev-center/src/dev-center-pages/community-app/landing-page/dev-center-get-started/GetStartedCardsContainer/GetStartedCardsContainer.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
import { FC } from 'react'
22

3+
import { BookOpenIcon } from '@heroicons/react/outline'
34
import { LinkButton } from '~/libs/ui'
45

56
import { ApiCornerIcon, ApiIcon, CommunityAppCornerIcon, CommunityAppIcon } from '../../../../../assets/i'
67
import { DevCenterCard } from '../../dev-center-card'
78
import { rootRoute } from '../../../../../dev-center.routes'
89

910
import styles from './GetStartedCardsContainer.module.scss'
10-
import { BookOpenIcon } from '@heroicons/react/outline'
1111

1212
const GetStartedCardsContainer: FC = () => (
1313
<div className={styles.container}>

0 commit comments

Comments
 (0)