Skip to content

Commit 1e57bef

Browse files
committed
fix(lint): imports sorted alphabetically
1 parent f966933 commit 1e57bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/utilities/src/utilities/markdownToHtml/__tests__/markdownToHtml.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { settings } from 'carbon-components';
21
import { markdownToHtml } from '../';
2+
import { settings } from 'carbon-components';
33

44
const { prefix } = settings;
55

0 commit comments

Comments
 (0)