import type { CordoComponent } from "../component" export function collection(...components: CordoComponent[]) { return components }