Skip to content

Commit cfe74ae

Browse files
committed
[#47] ♻️ Update folder paths to use absolute imports
1 parent 62ae4fb commit cfe74ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/common/label/Label.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import clsx from 'clsx'
22

3-
import { Highlight } from '../text'
3+
import { Highlight } from '@/components/common/text'
44

55
export interface LabelProps
66
extends React.LabelHTMLAttributes<HTMLLabelElement> {

0 commit comments

Comments
 (0)