()
| 10 | } from '@multion/ui'; |
| 11 | |
| 12 | const SheetExample = () => { |
| 13 | return ( |
| 14 | <Sheet> |
| 15 | <SheetTrigger>Open</SheetTrigger> |
| 16 | <SheetContent> |
| 17 | <SheetHeader> |
| 18 | <SheetTitle>Are you absolutely sure?</SheetTitle> |
| 19 | <SheetDescription> |
| 20 | This action cannot be undone. This will permanently delete your |
| 21 | account and remove your data from our servers. |
| 22 | </SheetDescription> |
| 23 | </SheetHeader> |
| 24 | </SheetContent> |
| 25 | </Sheet> |
| 26 | ); |
| 27 | }; |
| 28 | |
| 29 | export default SheetExample; |
nothing calls this directly
no outgoing calls
no test coverage detected