feature/stubsArm #40

Merged
primakov merged 5 commits from feature/stubsArm into main 2024-11-24 19:57:52 +03:00
Showing only changes of commit 920f4440e9 - Show all commits

View File

@ -1,6 +1,7 @@
import React from 'react';
import { Box, Heading, Table, Thead, Tbody, Tr, Th } from '@chakra-ui/react';
import { useTranslation } from 'react-i18next';
import OrderItem from '../OrderItem';
import { OrderProps } from '../OrderItem/OrderItem';
import data from '../../../stubs/json/arm-orders/success.json';