Skip to content

Commit 4276eaf

Browse files
committed
Fix Lint
1 parent 2083c8a commit 4276eaf

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

packages/carbon-react-native/src/components/text-area-fluid/TextAreaFluid.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ import {
1515
import IconWarningAltFilled16 from "@carbon/icons/svg/32/warning--alt--filled.svg"
1616
import IconWarningFilled16 from "@carbon/icons/svg/32/warning--filled.svg"
1717

18-
import {
19-
FlexStyleSheet,
20-
} from "../../style-sheets"
21-
2218
import {
2319
ThemeContext,
2420
} from "../../contexts"
2521

22+
import {
23+
FlexStyleSheet,
24+
} from "../../style-sheets"
25+
2626
import type {
2727
ThemeType,
2828
} from "../../types"

packages/carbon-react-native/src/components/text-input-fluid/TextInputFluid.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ import {
1515
import IconWarningAltFilled from "@carbon/icons/svg/32/warning--alt--filled.svg"
1616
import IconWarningFilled from "@carbon/icons/svg/32/warning--filled.svg"
1717

18-
import {
19-
FlexStyleSheet,
20-
} from "../../style-sheets"
21-
2218
import {
2319
ThemeContext,
2420
} from "../../contexts"
2521

22+
import {
23+
FlexStyleSheet,
24+
} from "../../style-sheets"
25+
2626
import type {
2727
ThemeType,
2828
} from "../../types"

0 commit comments

Comments
 (0)