Skip to content

Commit

Permalink
fix legacy store
Browse files Browse the repository at this point in the history
  • Loading branch information
et-nik committed May 30, 2024
1 parent f0fa810 commit d754dfd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions resources/assets/js/legacy/store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import gameMods from './gameMods';
import activeTab from './activeTab';

// Rcon
import rconConsole from './rcon/console';
import rconPlayers from './rcon/players';

const store = createStore({
Expand All @@ -19,7 +18,6 @@ const store = createStore({
activeTab,

// Rcon
rconConsole,
rconPlayers,
},
});
Expand Down

0 comments on commit d754dfd

Please sign in to comment.