import * as React from 'react'; import { Link } from 'react-router-dom'; export const LayoutSuggestions = () => ( <> For layouts and positioning refer to  Flex  and{' '}  Grid  components (and general{' '}  Layout guide). );