chore: directory structure

This commit is contained in:
Carlos Valente
2025-02-17 15:04:01 +01:00
committed by Carlos Valente
parent d21e1f996f
commit 4cc138e3c0
2 changed files with 3 additions and 3 deletions
@@ -23,8 +23,8 @@ import BlockRow from './cuesheet-table-elements/BlockRow';
import CuesheetHeader from './cuesheet-table-elements/CuesheetHeader';
import DelayRow from './cuesheet-table-elements/DelayRow';
import EventRow from './cuesheet-table-elements/EventRow';
import CuesheetTableMenu from './cuesheet-table-menu/CuesheetTableMenu';
import CuesheetTableSettings from './cuesheet-table-settings/CuesheetTableSettings';
import CuesheetTableMenu from './CuesheetTableMenu';
import useColumnManager from './useColumnManager';
import style from './CuesheetTable.module.scss';