import * as React from 'react'; import { Image, Layout } from '@fluentui/react-northstar'; const ImageExampleFluent = () => (
} /> } /> } />
); export default ImageExampleFluent;