import { WebFunctionComponent } from '../types/components'; export type WebScriptProps = { id: string; }; export const WebScript: WebFunctionComponent = () => { return /* html */ ` `; };