From 010ca9d609954c63ef5fac2cd0eab40355848084 Mon Sep 17 00:00:00 2001 From: Tristan Watanabe Date: Fri, 2 Jul 2021 15:45:07 -0700 Subject: [PATCH] Remove usage of react-text --- packages/react-button/src/Playground.stories.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/react-button/src/Playground.stories.tsx b/packages/react-button/src/Playground.stories.tsx index 1acca2aa8f633..46a0821854fd9 100644 --- a/packages/react-button/src/Playground.stories.tsx +++ b/packages/react-button/src/Playground.stories.tsx @@ -1,6 +1,5 @@ import * as React from 'react'; import { Checkbox, Dropdown, IDropdownOption, TextField } from './tmp-components.stories'; -import { Text } from '@fluentui/react-text'; import { PlaygroundProps } from './Playground.types.stories'; import { makeStyles } from '@fluentui/react-make-styles'; @@ -186,7 +185,7 @@ export const Playground = function (props: PlaygroundProps): JSX.E - {section.sectionName} + {section.sectionName} {sectionList}