From a8e26dce73b694aeeefc0be52147a36ced5975c9 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Fri, 11 Mar 2022 12:53:53 +0100 Subject: move volume into 1 file --- webAO/client.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'webAO/client.js') diff --git a/webAO/client.js b/webAO/client.js index e7a1606..a0dd895 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -22,8 +22,7 @@ import iniParse from './iniParse'; import getCookie from './utils/getCookie.js'; import setCookie from './utils/setCookie.js'; import request from './services/request.js'; -import { changeShoutVolume } from './dom/changeShoutVolume.js'; -import { changeSFXVolume } from './dom/changeSFXVolume.js'; +import { changeShoutVolume, changeSFXVolume } from './dom/changeVolume.js'; import setEmote from './client/setEmote.js'; import fileExists from './utils/fileExists.js'; import queryParser from './utils/queryParser.js'; -- cgit