export const basicDrawer=`import { Button } from "@/components/ui/button"; import { Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerTitle, DrawerTrigger, } from "@/components/ui/drawer" const BasicDrawer = () => { return ( Are you absolutely sure? This action cannot be undone. ); }; export default BasicDrawer;`