Skip to content

Commit c3f1e27

Browse files
chore(unity-react-core): lint fix
1 parent 78e7ea8 commit c3f1e27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/unity-react-core/src/components/AnchorMenu/AnchorMenu.stories.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ import {
66
getLoremSentences,
77
titleCaseDefinition,
88
} from "../../../../../shared/constants/strings";
9+
import { Basic as Header } from "../../../../unity-bootstrap-theme/stories/organisms/global-header/global-header.templates";
910
import { Divider } from "../Divider/Divider";
11+
import { useBaseSpecificFramework } from "../GaEventWrapper/useBaseSpecificFramework";
1012
import { AnchorMenu } from "./AnchorMenu";
11-
import { Basic as Header } from "../../../../unity-bootstrap-theme/stories/organisms/global-header/global-header.templates.jsx";
12-
import { useBaseSpecificFramework } from "../GaEventWrapper/useBaseSpecificFramework.js";
1313

1414
const titleCaseTitle =
1515
"Anchor Menus Should Always be Formatted with Title Case";

0 commit comments

Comments
 (0)