fix: typo on component import

This commit is contained in:
cv
2021-06-10 14:09:26 +02:00
parent 11b6498760
commit 7bcc544189
+1 -1
View File
@@ -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() {