systemquery/src/static/js/SystemQueryClient.mjs

12 lines
175 B
JavaScript

"use strict";
class SystemQueryClient {
constructor() {
}
// TODO: Implement fetch-based client API for the UI logic to use here
}
export default SystemQueryClient;