Add background to Home

This commit is contained in:
Melvin Valster
2019-07-31 23:44:29 +02:00
parent c30cae2b78
commit 6644902df2
5 changed files with 36 additions and 20 deletions
-1
View File
@@ -4,7 +4,6 @@ import { Map } from 'immutable'
import TalentTree from './TalentTree'
import { calcAvailablePoints } from '../lib/tree'
import { classById } from '../data/classes'
import { Link } from 'react-router-dom';
import { connect } from 'react-redux';
import { addPoint, removePoint } from '../store/calculator/actions'
import { Points } from '../store/calculator/types'