mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-21 06:59:09 +00:00
fix: typo on component import
This commit is contained in:
@@ -10,7 +10,7 @@ import MenuBar from 'features/menu/MenuBar';
|
|||||||
const EventListWrapper = lazy(() =>
|
const EventListWrapper = lazy(() =>
|
||||||
import('features/editors/list/EventListWrapper')
|
import('features/editors/list/EventListWrapper')
|
||||||
);
|
);
|
||||||
const PlaybackControl = lazy(() => import('features/control/PlaybackButtons'));
|
const PlaybackControl = lazy(() => import('features/control/PlaybackControl'));
|
||||||
const MessageControl = lazy(() => import('features/control/MessageControl'));
|
const MessageControl = lazy(() => import('features/control/MessageControl'));
|
||||||
|
|
||||||
export default function Editor() {
|
export default function Editor() {
|
||||||
|
|||||||
Reference in New Issue
Block a user