Skip to content

Commit db55ec1

Browse files
committed
refactor(66): Text 컴포넌트의 import 경로를 간소화하여 코드 가독성 향상
1 parent 32dd9e5 commit db55ec1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/components/ui/Text/Text.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
import { assignInlineVars } from "@vanilla-extract/dynamic";
22
import { type ElementType } from "react";
33

4-
import { colors } from "@/styles/colors.css";
5-
import { semantic } from "@/styles/semantic.css";
6-
import { typography } from "@/styles/typography.css";
7-
import { type PolymorphicComponentPropsWithRef } from "@/types/polymorphic";
4+
import { colors, semantic, typography } from "@/styles";
5+
import { type PolymorphicComponentPropsWithRef } from "@/types/polymorphic.types";
86

97
import {
108
colorVar,

0 commit comments

Comments
 (0)