Parcourir la source

fix lint error

Shun Miyazawa il y a 2 ans
Parent
commit
96d02c5dd0
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  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
  */