diff --git a/src/components/switch.md b/src/components/switch.md
index b63f60d..a3a1506 100644
--- a/src/components/switch.md
+++ b/src/components/switch.md
@@ -2,6 +2,7 @@ import -
```jsx
import { Switch } from "@/components/ui/switch"
+import { Label } from "@/components/ui/label"
```
---
@@ -9,5 +10,6 @@ import { Switch } from "@/components/ui/switch"
default -
```jsx
-
+
+
```