fix: github eslint warnings (#286)

This commit is contained in:
chenjiawei.inizio 2025-05-28 11:33:30 +08:00 committed by GitHub
parent 136a713f29
commit d8aaf55868
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
/* eslint-disable import/no-unresolved */
import { FixedLayoutSimple } from './fixed-layout-simple.tsx';
import { PreviewEditor } from '../preview-editor.tsx';

View File

@ -1,3 +1,4 @@
/* eslint-disable import/no-unresolved */
import { PreviewEditor } from '../preview-editor';
import { FixedLayoutSimple } from './index';

View File

@ -1,3 +1,4 @@
/* eslint-disable import/no-unresolved */
import { PreviewEditor } from '../preview-editor';
import { FreeLayoutSimple } from '.';