Skip to content

Commit

Permalink
(hds-2183) Change import order in icon build template
Browse files Browse the repository at this point in the history
  • Loading branch information
NikoHelle committed Apr 4, 2024
1 parent 4940bef commit 3c86128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/icon-kit-template-react-tsx.eta
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';

import { IconProps } from './Icon.interface';
import styles from './Icon.module.css';
import { IconProps } from './Icon.interface';

export const <%= it.componentJSName %> = ({
ariaLabel = '<%= it.iconName %>',
Expand Down

0 comments on commit 3c86128

Please sign in to comment.