Browse Source

fix lint error

Shun Miyazawa 2 years ago
parent
commit
96d02c5dd0
1 changed files with 1 additions and 2 deletions
  1. 1 2
      apps/app/src/components/PageEditor/MarkdownLinkUtil.js

+ 1 - 2
apps/app/src/components/PageEditor/MarkdownLinkUtil.js

@@ -1,5 +1,4 @@
-import Linker from '~/client/models/Linker';
-
+import Linker from '@growi/editor/src/services/link-util/Linker';
 /**
  * Utility for markdown link
  */