백업용

This commit is contained in:
Hyungi Ahn
2025-09-19 09:13:44 +09:00
parent 7c5fd5afe6
commit 5c9ea92fb8
11 changed files with 64 additions and 2 deletions

View File

@@ -163,3 +163,5 @@ const TodoAPI = {
window.api = api;
window.AuthAPI = AuthAPI;
window.TodoAPI = TodoAPI;

View File

@@ -137,3 +137,5 @@ function showLoading(show) {
window.currentUser = currentUser;
window.logout = logout;
window.showLoading = showLoading;