feat: separation of imports MasterItem.tsx (#40)
This commit is contained in:
parent
3b4f5a8486
commit
2130532dfd
@ -1,7 +1,7 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import { Badge, Link, Stack, Td, Tr } from '@chakra-ui/react';
|
import { Badge, Link, Stack, Td, Tr } from '@chakra-ui/react';
|
||||||
import MasterActionsMenu from '../MasterActionsMenu';
|
|
||||||
|
|
||||||
|
import MasterActionsMenu from '../MasterActionsMenu';
|
||||||
import { getTimeSlot } from '../../lib/date-helpers';
|
import { getTimeSlot } from '../../lib/date-helpers';
|
||||||
|
|
||||||
const MasterItem = ({ name, schedule, phone }) => {
|
const MasterItem = ({ name, schedule, phone }) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user