import * as React from 'react'; import { Skeleton, Flex, Text } from '@fluentui/react-northstar'; const SkeletonExampleComponents = () => ( Button ); export default SkeletonExampleComponents;