Skip to content

Commit b95810a

Browse files
authored
Change import from 'clsx' to 'classNames'
1 parent 75a8903 commit b95810a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/form/Editor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717
import { InputWrapper, type InputWrapperProps, Skeleton } from '@mantine/core';
1818
import { Editor } from '@monaco-editor/react';
19-
import { clsx } from 'clsx';
19+
import classNames from 'clsx';
2020
import { useEffect, useMemo, useRef, useState } from 'react';
2121
import {
2222
type FieldValues,

0 commit comments

Comments
 (0)