import { Button } from "@components/Button"; import { Input, InputFrame } from "@components/Input"; export function InputFrameDemo() { return ( ); }