mirror of
https://gitee.com/ByteDance/flowgram.ai.git
synced 2025-07-07 17:43:29 +08:00
fix: github eslint warnings (#286)
This commit is contained in:
parent
136a713f29
commit
d8aaf55868
@ -1,3 +1,4 @@
|
||||
/* eslint-disable import/no-unresolved */
|
||||
import { FixedLayoutSimple } from './fixed-layout-simple.tsx';
|
||||
import { PreviewEditor } from '../preview-editor.tsx';
|
||||
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
/* eslint-disable import/no-unresolved */
|
||||
import { PreviewEditor } from '../preview-editor';
|
||||
import { FixedLayoutSimple } from './index';
|
||||
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
/* eslint-disable import/no-unresolved */
|
||||
import { PreviewEditor } from '../preview-editor';
|
||||
import { FreeLayoutSimple } from '.';
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user