import React from "react"; import { Div, type DivElement, type DivProps } from "paintcannon-react"; export const TerminalFlex = React.forwardRef(function TerminalFlex( { style, ...props }, ref, ) { return (
); });