Move clientUtils and rename

This commit is contained in:
Bill Thornton
2022-04-10 02:22:13 -04:00
parent a238ae21f1
commit 2d2b99d3b9
61 changed files with 62 additions and 62 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ import './libraryMenu';
import './routes';
import '../components/themeMediaPlayer';
import './autoBackdrops';
import { pageClassOn, serverAddress } from './clientUtils';
import { pageClassOn, serverAddress } from '../utils/dashboard';
import './screensavermanager';
import './serverNotifications';
import '../components/playback/playerSelectionMenu';