Skip to content

Commit 81be5a3

Browse files
committed
Fix lint errors
1 parent 9efc58f commit 81be5a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src-ts/lib/form/form-groups/form-card-set/FormCardSet.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import cn from 'classnames'
22
import React, { FocusEvent, SVGProps } from 'react'
33

4-
import { Button, HelpIcon, IconOutline, textFormatMoneyLocaleString, useCheckIsMobile, IconCheck } from '../../../../lib'
4+
import { Button, HelpIcon, IconCheck, IconOutline, textFormatMoneyLocaleString, useCheckIsMobile } from '../../../../lib'
55
import { FormCard, FormInputModel } from '../../form-input.model'
66

77
import styles from './FormCardSet.module.scss'

src-ts/lib/svgs/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import { ReactComponent as GithubIcon } from './github.svg'
77
import { ReactComponent as GitlabIcon } from './gitlab.svg'
88
import { ReactComponent as ArrowIcon } from './icon-arrow.svg'
99
import { ReactComponent as BackArrowIcon } from './icon-back-arrow.svg'
10+
import { ReactComponent as IconCheck } from './icon-check-thin.svg'
1011
import { ReactComponent as LogoIcon } from './logo.svg'
1112
import { ReactComponent as SaveForLaterIcon } from './save-for-later-icon.svg'
1213
import { ReactComponent as SocialIconFacebook } from './social-fb-icon.svg'
@@ -18,7 +19,6 @@ import { ReactComponent as SocialShareTwitter } from './social-share-twitter.svg
1819
import { ReactComponent as SocialIconTwitter } from './social-tw-icon.svg'
1920
import { ReactComponent as SocialIconYoutube } from './social-yt-icon.svg'
2021
import { ReactComponent as TooltipArrowIcon } from './tooltip-arrow.svg'
21-
import { ReactComponent as IconCheck } from './icon-check-thin.svg'
2222

2323
export {
2424
ActiveTabTipIcon,

0 commit comments

Comments
 (0)