import useConfig from 'hooks/useConfig'; import { useRef } from 'react'; import { Form, FormRow, TextArea } from 'react-basics'; export default function TrackingCodeForm({ websiteId }) { const ref = useRef(null); const { trackerScriptName } = useConfig(); const code = ``; return ( <>

To track stats for this website, place the following code in the{' '} <head> section of your HTML.