Switch Tutorial 1
import * as React from "react" import { Frame } from "framer" export function Switch() { return <Frame size={"100%"} /> }