fix import

This commit is contained in:
Gregory Schier
2023-03-20 17:13:14 -07:00
parent 3bd4795def
commit a98487634c
2 changed files with 1 additions and 3 deletions

Binary file not shown.

View File

@@ -1,9 +1,7 @@
import classNames from 'classnames';
import classnames from 'classnames';
import React, { Fragment, memo, useCallback, useEffect, useMemo, useRef, useState } from 'react';
import type { XYCoord } from 'react-dnd';
import { useDrag, useDrop } from 'react-dnd';
import { Helmet } from 'react-helmet-async';
import { v4 as uuid } from 'uuid';
import { DropMarker } from '../DropMarker';
import { Checkbox } from './Checkbox';
@@ -273,7 +271,7 @@ const FormRow = memo(function FormRow({
onChange={handleChangeEnabled}
/>
<div
className={classNames(
className={classnames(
'grid items-center',
'@xs:gap-2 @xs:!grid-rows-1 @xs:!grid-cols-[minmax(0,1fr)_minmax(0,1fr)]',
'gap-0.5 grid-cols-1 grid-rows-2',