Skip to content

Commit dcd27b0

Browse files
WesSouzaarturbien
authored andcommitted
chore(anchor): fix import path
1 parent 1f3b5f1 commit dcd27b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Anchor/Anchor.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import React, { forwardRef } from 'react';
2-
import { CommonStyledProps } from 'src/types';
3-
42
import styled from 'styled-components';
53

4+
import { CommonStyledProps } from '../types';
5+
66
const StyledAnchor = styled.a`
77
color: ${({ theme }) => theme.anchor};
88
font-size: inherit;

0 commit comments

Comments
 (0)