정산조회 - 정산내역 리스트 및 상세
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { useEffect, useState } from 'react';
|
||||
import { IMAGE_ROOT } from '@/shared/constants/common';
|
||||
import { AltMsgKeys, InvoiceArrowProps } from '../model/types';
|
||||
import { AltMsgKeys } from '@/entities/common/model/types';
|
||||
import { InvoiceArrowProps } from '../model/types';
|
||||
|
||||
export const InvoiceArrow = ({ show }: InvoiceArrowProps) => {
|
||||
const [altMsg, setAltMsg] = useState<AltMsgKeys>(AltMsgKeys.Fold);
|
||||
|
||||
Reference in New Issue
Block a user