🔧 chore: use absolute import

This commit is contained in:
Andre H 2024-02-21 17:07:30 +07:00
parent b3a99475af
commit b663067035

View File

@ -1,9 +1,9 @@
import React, { ReactNode, useMemo } from 'react';
import { ComponentPropsWithoutRef } from 'react';
import { InputTheme, inputTheme } from './Input.theme';
import { WarningIcon } from 'components/shared/CustomIcon';
import { cloneIcon } from 'utils/cloneIcon';
import { cn } from 'utils/classnames';
import { WarningIcon } from '../CustomIcon';
export interface InputProps
extends InputTheme,