Skip to content

Commit

Permalink
Add reactHookForm to client handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
FreePhoenix888 committed Mar 15, 2024
1 parent 8989ea0 commit 8103020
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion imports/client-handler.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ import * as reactYandexMaps from '@pbe/react-yandex-maps'
import moment from 'moment'
import { useEditorTabs } from './cyto/editor';
import { useCytoEditor } from './cyto/hooks';
import reactHookForm from 'react-hook-form'

const MonacoEditor = dynamic(() => import('@monaco-editor/react').then(m => m.default), { ssr: false });

Expand Down Expand Up @@ -286,7 +287,8 @@ r.list = {
"react-i18next": reacti18next,
"@pbe/react-yandex-maps": reactYandexMaps,
// "react-calendar-timeline": ReactCalendarTimeline,
"moment": moment
"moment": moment,
"react-hook-form": reactHookForm
};

export async function evalClientHandler({
Expand Down

0 comments on commit 8103020

Please sign in to comment.