Skip to content

Commit f777257

Browse files
committed
Refactor: Home 내부 누락된 import문 수정
1 parent 7e4c43b commit f777257

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/Home/OOTD/Feed/styles.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import styled from 'styled-components';
2-
import { StyledText } from '../../../../components/Text/StyledText';
2+
import { StyledText } from '@components/Text/StyledText';
33

44
export const FeedWrapper = styled.article`
55
background-color: rgba(255, 255, 255, 0.5);

0 commit comments

Comments
 (0)