Skip to content

Commit 4a602f8

Browse files
authored
Fix fluent ui imports
1 parent 237211a commit 4a602f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/fluent-ui/src/DescriptionField/DescriptionField.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from "react";
22

33
import { FieldProps } from "@rjsf/core";
44

5-
import { Text } from "office-ui-fabric-react/lib/Text";
5+
import { Text } from "@fluentui/react";
66

77
const DescriptionField = ({ description }: FieldProps) => {
88
if (description) {

0 commit comments

Comments
 (0)