import EditHookForm from './EditHookForm';

export default function HooksCreatePage() {
  return <EditHookForm />;
}
