Replace the imports and remove React from the scripts.
import * as Timer from "https://esm.sh/react-use-precision-timer";
import React from 'https://esm.sh/react'
import ReactDOM from 'https://esm.sh/react-dom'
Where is the Inputs component?
If I comment out the missing component and use the imports posted it renders for me.