From 93b3eda05c00b96c5bbe09dfd13a84395d7a4eaa Mon Sep 17 00:00:00 2001 From: Fahid Latheef A Date: Mon, 11 Nov 2024 11:46:02 +0530 Subject: [PATCH] refactor: removed trailing semicolon --- frontend/src/utils/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/utils/index.js b/frontend/src/utils/index.js index a7a0d082..6c8f7e02 100644 --- a/frontend/src/utils/index.js +++ b/frontend/src/utils/index.js @@ -11,7 +11,7 @@ import { watch } from 'vue' import dayjs from '@/utils/dayjs' import Embed from '@editorjs/embed' import SimpleImage from '@editorjs/simple-image' -import Table from '@editorjs/table'; +import Table from '@editorjs/table' export function createToast(options) { toast({