feat: dark mode with theme toggle button

This commit is contained in:
2025-09-13 21:11:16 -05:00
parent a732ff9a15
commit 398a1b9474
9 changed files with 161 additions and 39 deletions
+1 -1
View File
@@ -60,4 +60,4 @@ export class BannerApiClient {
}
// Export a default instance
export const apiClient = new BannerApiClient();
export const client = new BannerApiClient();