diff --git a/wwwroot/js/data.js b/wwwroot/js/data.js index 191415f..9f0edaa 100644 --- a/wwwroot/js/data.js +++ b/wwwroot/js/data.js @@ -1,4 +1,4 @@ -import { api } from "./api.js"; +import { api, adminApi } from "./api.js"; import { handleAuthError, renderAllSuggestions, renderCounts, renderMySuggestions, renderPhasePill, renderPhaseTitles, renderResults, renderVotes, renderWelcome, setAuthUI, syncVoteScores } from "./ui.js"; import { state, clearUserState } from "./state.js";