Revert "Run eslint src --fix
"
This commit is contained in:
parent
67678c0f3a
commit
9bbdac088e
82 changed files with 342 additions and 363 deletions
|
@ -1,10 +1,10 @@
|
|||
import { type Dispatch, type SetStateAction } from 'react';
|
||||
import { type IConfiguration } from '../../../Interfaces/IConfiguration';
|
||||
import { Dispatch, SetStateAction } from 'react';
|
||||
import { IConfiguration } from '../../../Interfaces/IConfiguration';
|
||||
import { FetchConfiguration } from '../../API/api';
|
||||
import { type IEditorState } from '../../../Interfaces/IEditorState';
|
||||
import { IEditorState } from '../../../Interfaces/IEditorState';
|
||||
import { LoadState } from './Load';
|
||||
import { DISABLE_API, GetDefaultEditorState } from '../../../utils/default';
|
||||
import { type AppState } from '../../../Enums/AppState';
|
||||
import { AppState } from '../../../Enums/AppState';
|
||||
|
||||
export function NewEditor(
|
||||
editorState: IEditorState,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue