Remove unused import in Ui/Chat.js

This commit is contained in:
Tim Düsterhus 2020-10-31 19:05:01 +01:00
parent 17468c9cf6
commit 931b01a4bf
Signed by: TimWolla
GPG Key ID: 8FF75566094168AF
1 changed files with 3 additions and 5 deletions

View File

@ -1,19 +1,17 @@
/*
* Copyright (c) 2010-2018 Tim Düsterhus.
* Copyright (c) 2010-2020 Tim Düsterhus.
*
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2024-10-20
* Change Date: 2024-10-31
*
* On the date above, in accordance with the Business Source
* License, use of this software will be governed by version 2
* or later of the General Public License.
*/
define([ 'WoltLabSuite/Core/Environment'
, '../Ui'
], function (Environment, Ui) {
define([ '../Ui' ], function (Ui) {
"use strict";
const DEPENDENCIES = [ 'UiAutoAway'