import React from "react"; import { Select } from "@jobber/components-native"; import { PROVINCES, ProvinceItems } from "./SelectComposableProvinces"; /** Read-only: non-interactive, value rendered as text with no chevron. */ export function SelectComposableReadOnly() { return ( Province ); }