[front]: import sort
This commit is contained in:
parent
bc53f252d6
commit
d24a759f92
@ -1,11 +1,11 @@
|
||||
import { Button, DateInput, Heading } from '@components/ui';
|
||||
import { WindmillTable } from '@components/ux';
|
||||
import { dateToInputString } from '@utils/date';
|
||||
import { Controller, useForm } from '@utils/form';
|
||||
import clsx from 'clsx';
|
||||
import React, { useState } from 'react';
|
||||
import { downloadImage, getWindmillData } from 'src/api';
|
||||
|
||||
import { WindmillTable } from '@components/ux';
|
||||
import { initialValues } from './constants';
|
||||
import styles from './styles.module.scss';
|
||||
import { WindmillFormProps, WindmillFormStore } from './types';
|
||||
|
Loading…
Reference in New Issue
Block a user