Move linkify.js to separate directory

Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
RMidhunSuresh 2021-05-11 22:17:08 +05:30
parent 027f6020e7
commit 6f0362802a
2 changed files with 1 additions and 1 deletions

View file

@ -1,4 +1,4 @@
import { linkify } from "./linkify.js";
import { linkify } from "./linkify/linkify.js";
export class MessageBodyBuilder {