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
@@ -6,7 +6,7 @@ import { withRouter } from 'react-router-dom';
import clsx from 'clsx';
import tutorials from './tutorials.json';
import tutorials from '../../data/tutorials.json';
import { fade } from '@material-ui/core/styles/colorManipulator';
import { withStyles } from '@material-ui/core/styles';