import { useState } from 'preact/hooks' export const NewDeployForm = () => { const [deployType, setDeployType] = useState('initial') return (