Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
myshell-joe committed Jan 21, 2025
1 parent 1281e07 commit 3ff2fc8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions web/apps/web/src/stories/EditValue.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
import { ISchema, MemoizedFormEngine } from '@shellagent/form-engine';

import { ModeSelect } from '@/components/app/node-form/widgets';
import React, { useRef } from 'react';

import {
Button,
FormRef,
Expand All @@ -12,6 +8,9 @@ import {
Switch,
Textarea,
} from '@shellagent/ui';
import React, { useRef } from 'react';

import { ModeSelect } from '@/components/app/node-form/widgets';

import FileUpload from '../components/common/uploader';

Expand Down

0 comments on commit 3ff2fc8

Please sign in to comment.