adding a new step to bring in Fabric controls

This commit is contained in:
Ken
2019-02-13 22:02:52 -08:00
parent 24733636ec
commit d0d6a788e2
14 changed files with 343 additions and 17 deletions

View File

@@ -1,9 +1,9 @@
import React from 'react';
import { Stack, Text } from '@uifabric/experiments';
import { Stack } from '@uifabric/experiments';
import { Checkbox, IconButton, TextField } from 'office-ui-fabric-react';
import { mergeStyles } from '@uifabric/styling';
import { Store, FilterTypes } from '../store';
import { actionsWithService, actions } from '../actions';
import { Store } from '../store';
import { actionsWithService } from '../actions';
import { connect } from 'react-redux';
function mapStateToProps({ todos }: Store) {