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
@@ -5,7 +5,7 @@ import { connect } from 'react-redux';
import clsx from 'clsx';
import { withRouter, Link } from 'react-router-dom';
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';