reorganize data files like tutorials.json

This commit is contained in:
Delucse
2020-09-20 16:23:18 +02:00
parent e20a40aaf5
commit 660abe9712
10 changed files with 94 additions and 94 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { TUTORIAL_SUCCESS, TUTORIAL_ERROR, TUTORIAL_CHANGE, TUTORIAL_XML, TUTORIAL_ID, TUTORIAL_STEP } from './types';
import tutorials from '../components/Tutorial/tutorials.json';
import tutorials from '../data/tutorials.json';
export const tutorialChange = () => (dispatch) => {
dispatch({