fix: delete space mocks v2

This commit is contained in:
2024-11-03 11:59:10 +03:00
parent 75c55a11fb
commit 660019d107
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
import { Box, Heading, Table, Thead, Tbody, Tr, Th } from '@chakra-ui/react';
import React from 'react';
import { ordersData } from '../../mocks ';
import { ordersData } from '../../mocks';
import OrderItem from '../OrderItem';
const Orders = () => {