mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
adding a new step to bring in Fabric controls
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user