concat import

This commit is contained in:
shibafu 2020-08-17 18:23:16 +09:00
parent 7d8969e5f1
commit 4405a2b526
3 changed files with 3 additions and 6 deletions

View File

@ -1,5 +1,4 @@
import React from 'react';
import { useState } from 'react';
import React, { useState } from 'react';
import classNames from 'classnames';
import { CheckBox } from './CheckBox';
import { FieldError, StandaloneFieldError } from './FieldError';

View File

@ -1,5 +1,4 @@
import React from 'react';
import { useEffect, useState } from 'react';
import React, { useEffect, useState } from 'react';
import classNames from 'classnames';
import { fetchGet, ResponseError } from '../fetch';

View File

@ -1,5 +1,4 @@
import React from 'react';
import { useState, useRef } from 'react';
import React, { useState, useRef } from 'react';
import classNames from 'classnames';
type TagInputProps = {