import { Field, FieldContent, FieldDescription, FieldLabel, } from "@/examples/base/ui/field" import { Switch } from "@/examples/base/ui/switch" export function SwitchDescription() { return ( Share across devices Focus is shared across devices, and turns off when you leave the app. ) }