Skip to content

Commit

Permalink
PXWEB2-46-Rearrange imports in link.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
SjurSutterudSagen authored Apr 3, 2024
1 parent da96d09 commit 00588ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/pxweb2-ui/src/lib/components/Link/Link.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import React from 'react';
import classes from './Link.module.scss';
import cl from 'clsx';

import classes from './Link.module.scss';
import { Icon, IconProps } from '../Icon/Icon';

interface LinkProps extends React.AnchorHTMLAttributes<HTMLAnchorElement> {
Expand Down

0 comments on commit 00588ca

Please sign in to comment.