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

@ -11,7 +11,7 @@ import {
useDisclosure,
Flex,
} from '@chakra-ui/react';
import { mastersData } from '../../mocks ';
import { mastersData } from '../../mocks';
import MasterItem from '../MasterItem';
import MasterDrawer from '../MasterModal';

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 = () => {