docs(drawer): missing drawer footer import in drawer usage example (#2169)

This PR:

- Fixes:  #2168
This commit is contained in:
Rishabh
2023-12-24 11:17:02 +05:30
committed by GitHub
parent f6f64ce773
commit f6fef4a2ed

View File

@@ -61,6 +61,7 @@ import {
DrawerHeader,
DrawerTitle,
DrawerTrigger,
DrawerFooter,
} from "@/components/ui/drawer"
```