Skip to content

Commit

Permalink
Style(web-react): Alphabetical reordering in ButtonLink
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Sep 22, 2023
1 parent 02a9dee commit db32ed1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/web-react/src/components/Button/Button.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { ElementType, ForwardedRef, forwardRef } from 'react';
import classNames from 'classnames';
import React, { ElementType, ForwardedRef, forwardRef } from 'react';
import { useStyleProps } from '../../hooks';
import { SpiritButtonProps } from '../../types';
import { Spinner } from '../Spinner';
Expand Down
4 changes: 2 additions & 2 deletions packages/web-react/src/components/Button/ButtonLink.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import React, { ElementType, ForwardedRef, forwardRef } from 'react';
import classNames from 'classnames';
import React, { ElementType, ForwardedRef, forwardRef } from 'react';
import { useStyleProps } from '../../hooks';
import { SpiritButtonLinkProps } from '../../types';
import { Spinner } from '../Spinner';
import { useButtonStyleProps } from './useButtonStyleProps';
import { useButtonLinkAriaProps } from './useButtonAriaProps';
import { useButtonStyleProps } from './useButtonStyleProps';

const defaultProps = {
color: 'primary',
Expand Down

0 comments on commit db32ed1

Please sign in to comment.