Optimize imports

This commit is contained in:
AlphaX-Projects
2023-11-05 14:30:07 +01:00
parent c12f7859b5
commit 0186fe2814
237 changed files with 2159 additions and 2178 deletions

View File

@@ -1,6 +1,6 @@
'use strict'
import ChatBase from "./ChatBase.js"
import { CHAT_REFERENCE_FEATURE_TRIGGER_TIMESTAMP } from '../../constants.js'
import {CHAT_REFERENCE_FEATURE_TRIGGER_TIMESTAMP} from '../../constants.js'
export default class GroupChatTransaction extends ChatBase {
constructor() {