import * as React from 'react'; import { Alert } from '@fluentui/react-northstar'; import { Link } from 'react-router-dom'; import Rtl from './Rtl'; import Types from './Types'; import Variations from './Variations'; const GridExamples = () => ( <>

Get more information on Fluent UI's approach to layout from Layout guide.

); export default GridExamples;