mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-20 06:29:07 +00:00
chore: directory structure
This commit is contained in:
committed by
Carlos Valente
parent
d21e1f996f
commit
4cc138e3c0
@@ -23,8 +23,8 @@ import BlockRow from './cuesheet-table-elements/BlockRow';
|
|||||||
import CuesheetHeader from './cuesheet-table-elements/CuesheetHeader';
|
import CuesheetHeader from './cuesheet-table-elements/CuesheetHeader';
|
||||||
import DelayRow from './cuesheet-table-elements/DelayRow';
|
import DelayRow from './cuesheet-table-elements/DelayRow';
|
||||||
import EventRow from './cuesheet-table-elements/EventRow';
|
import EventRow from './cuesheet-table-elements/EventRow';
|
||||||
|
import CuesheetTableMenu from './cuesheet-table-menu/CuesheetTableMenu';
|
||||||
import CuesheetTableSettings from './cuesheet-table-settings/CuesheetTableSettings';
|
import CuesheetTableSettings from './cuesheet-table-settings/CuesheetTableSettings';
|
||||||
import CuesheetTableMenu from './CuesheetTableMenu';
|
|
||||||
import useColumnManager from './useColumnManager';
|
import useColumnManager from './useColumnManager';
|
||||||
|
|
||||||
import style from './CuesheetTable.module.scss';
|
import style from './CuesheetTable.module.scss';
|
||||||
|
|||||||
+2
-2
@@ -7,8 +7,8 @@ import { IoOptions } from '@react-icons/all-files/io5/IoOptions';
|
|||||||
import { IoTrash } from '@react-icons/all-files/io5/IoTrash';
|
import { IoTrash } from '@react-icons/all-files/io5/IoTrash';
|
||||||
import { OntimeEvent, SupportedEvent } from 'ontime-types';
|
import { OntimeEvent, SupportedEvent } from 'ontime-types';
|
||||||
|
|
||||||
import { useEventAction } from '../../../common/hooks/useEventAction';
|
import { useEventAction } from '../../../../common/hooks/useEventAction';
|
||||||
import { cloneEvent } from '../../../common/utils/eventsManager';
|
import { cloneEvent } from '../../../../common/utils/eventsManager';
|
||||||
|
|
||||||
interface CuesheetTableMenuProps {
|
interface CuesheetTableMenuProps {
|
||||||
event: OntimeEvent;
|
event: OntimeEvent;
|
||||||
Reference in New Issue
Block a user