refactor: migrate frontend from React to SvelteKit

This commit is contained in:
2026-01-28 20:41:20 -06:00
parent 0ce0257fdc
commit e3b855b956
35 changed files with 790 additions and 1755 deletions
-2
View File
@@ -1,4 +1,3 @@
// API client for Banner backend
const API_BASE_URL = "/api";
export interface HealthResponse {
@@ -57,5 +56,4 @@ export class BannerApiClient {
}
}
// Export a default instance
export const client = new BannerApiClient();