Minor refactoring and code splitting

This commit is contained in:
Liyas Thomas
2020-12-01 05:09:16 +05:30
parent 6098d55b57
commit a8fd0fcd19
3 changed files with 47 additions and 158 deletions

View File

@@ -306,7 +306,7 @@ ol {
</style>
<script>
import { findStatusGroup } from "~/pages/index"
import findStatusGroup from "~/helpers/findStatusGroup"
import { fb } from "~/helpers/fb"
import closeIcon from "~/static/icons/close-24px.svg?inline"
import deleteIcon from "~/static/icons/delete-24px.svg?inline"