1
0
mirror of https://github.com/nexus-stc/hyperboria synced 2025-01-07 17:26:06 +01:00
hyperboria/nexus/cognitron/web/client/index.js

8 lines
218 B
JavaScript
Raw Normal View History

import { aggregation } from '~/library/js/utils'
import BaseClient from '~/library/js/base-client'
import HttpClient from './http-client'
export default class Client extends aggregation(
BaseClient, HttpClient
) {}