import React from 'react'; interface Props { scriptStr: string; id: string; nonce: string; } export default function InlinedScript(_props: Props) { return ; }