dialog for device selction

This commit is contained in:
NJaku01
2022-09-21 15:44:56 +02:00
parent 86c709a014
commit b212316b0b
10 changed files with 348 additions and 3 deletions
+2
View File
@@ -6,9 +6,11 @@ import generalReducer from './generalReducer';
import projectReducer from './projectReducer';
import messageReducer from './messageReducer';
import authReducer from './authReducer';
import boardReducer from './boardReducer'
export default combineReducers({
auth: authReducer,
board: boardReducer,
workspace: workspaceReducer,
tutorial: tutorialReducer,
builder: tutorialBuilderReducer,