Skip to content

Commit

Permalink
reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
in-mai-space committed Jun 12, 2024
1 parent f352f91 commit 4c60c8b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
useEditorContent
} from '@10play/tentap-editor';

import { JsonContent, parseJsonToHtml } from '../../../../utils/jsonToHTML';
import { JsonContent, parseJsonToHtml } from '@/src/utils/jsonToHTML';
import { Inter } from './font';

Check failure on line 17 in frontend/mobile/src/app/(design-system)/components/Editor/editor.tsx

View workflow job for this annotation

GitHub Actions / Lint

Insert `⏎`
import { Toolbar } from './toolbar';
import { CUSTOM_TOOLBAR } from './tools';
Expand Down

0 comments on commit 4c60c8b

Please sign in to comment.