import type ProductSwitch from "./ProductSwitch.js"; export default function ProductSwitchTemplate(this: ProductSwitch) { return (
); }