diff --git a/src/App.tsx b/src/App.tsx index 50bcbe7..bacbfa1 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -25,32 +25,32 @@ } const { - screenData, + screenState, screenActions, screenDispatch } = useScreen(projectData); const { - componentData, + componentState, componentActions, componentDispatch - } = useComponent(screenData.curScreenIndex, screenData.curScreen, screenDispatch.setScreens); + } = useComponent(screenState.curScreenIndex, screenState.curScreen, screenDispatch.setScreens); const { - tableData, + tableState, tableActions } = useTables(projectData); return (