import * as React from 'react'; import Performance from './Performance'; import Rtl from './Rtl'; import Types from './Types'; import Slots from './Slots'; import Variations from './Variations'; const AttachmentExamples = () => ( <> ); export default AttachmentExamples;