mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-08 00:43:54 +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(() =>
|
||||
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'));
|
||||
|
||||
export default function Editor() {
|
||||
|
||||
Reference in New Issue
Block a user