Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
amannn committed Apr 26, 2022
1 parent d4dd70c commit 8b30e9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/components/src/typography/elements/Link.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import React, { FunctionComponent, AnchorHTMLAttributes } from 'react';
import { window } from 'global';

export const Link: FunctionComponent<AnchorHTMLAttributes<HTMLAnchorElement>> = ({
href: input,
Expand Down

0 comments on commit 8b30e9d

Please sign in to comment.