added switch form component

This commit is contained in:
Torkel Ödegaard
2018-10-28 12:10:49 -07:00
parent 7863d2d882
commit 9f1f5805ec
4 changed files with 52 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
import React from 'react';
import { connect } from 'react-redux';
import { Label } from 'app/core/components/Forms/Forms';
import { Label } from 'app/core/components/Label/Label';
import { Team } from '../../types';
import { updateTeam } from './state/actions';
import { getRouteParamsId } from '../../core/selectors/location';