add more backend services

This commit is contained in:
Sven Czarnian
2022-11-04 15:28:29 +01:00
parent ecc01fbb8c
commit 7807c2784c
3 changed files with 52 additions and 1 deletions

View File

@@ -1,4 +1,6 @@
import { Airport } from "./airport";
import { Auth } from './auth';
import { Configuration } from "./configuration";
import { System } from './system';
export { Airport, Configuration };
export { Airport, Auth, Configuration, System };