/** * API client for EmDash admin * * This file re-exports from the split API modules for backwards compatibility. * New code should import directly from the specific modules in ./api/ */ export * from "./api/index.js";