import { HTMLAttributes } from "react"; export default function BrowserTab(attrs: HTMLAttributes) { return ( ); }