We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75a8903 commit b95810aCopy full SHA for b95810a
src/components/form/Editor.tsx
@@ -16,7 +16,7 @@
16
*/
17
import { InputWrapper, type InputWrapperProps, Skeleton } from '@mantine/core';
18
import { Editor } from '@monaco-editor/react';
19
-import { clsx } from 'clsx';
+import classNames from 'clsx';
20
import { useEffect, useMemo, useRef, useState } from 'react';
21
import {
22
type FieldValues,
0 commit comments