swapped step2-01 to TS focused, and moved onto latest OUFR to take stack from there

This commit is contained in:
Ken
2019-02-15 12:55:21 -08:00
parent c1cac333d8
commit 8e353543d4
28 changed files with 142 additions and 461 deletions

View File

@@ -1,5 +1,5 @@
import React from 'react';
import { Stack } from '@uifabric/experiments';
import { Stack } from 'office-ui-fabric-react';
import { TodoFooter } from './TodoFooter';
import { TodoHeader } from './TodoHeader';
import { TodoList } from './TodoList';

View File

@@ -1,6 +1,7 @@
import React from 'react';
import { Text, Stack } from '@uifabric/experiments';
import { TodoItem, Store } from '../store';
import { Text } from '@uifabric/experiments';
import { Stack } from 'office-ui-fabric-react';
import { Store } from '../store';
import { DefaultButton } from 'office-ui-fabric-react';
import { actionsWithService } from '../actions';
import { connect } from 'react-redux';

View File

@@ -1,6 +1,6 @@
import React from 'react';
import { Text, Stack } from '@uifabric/experiments';
import { Pivot, PivotItem, TextField } from 'office-ui-fabric-react';
import { Text } from '@uifabric/experiments';
import { Pivot, PivotItem, TextField, Stack } from 'office-ui-fabric-react';
import { FilterTypes, Store } from '../store';
import { actionsWithService, actions } from '../actions';
import { connect } from 'react-redux';

View File

@@ -1,5 +1,5 @@
import React from 'react';
import { Stack } from '@uifabric/experiments';
import { Stack } from 'office-ui-fabric-react';
import { TodoListItem } from './TodoListItem';
import { Store } from '../store';
import { connect } from 'react-redux';

View File

@@ -1,6 +1,5 @@
import React from 'react';
import { Stack } from '@uifabric/experiments';
import { Checkbox, IconButton, TextField } from 'office-ui-fabric-react';
import { Stack, Checkbox, IconButton, TextField } from 'office-ui-fabric-react';
import { mergeStyles } from '@uifabric/styling';
import { Store } from '../store';
import { actionsWithService } from '../actions';