use the new session management

This commit is contained in:
Sven Czarnian
2022-11-04 21:04:45 +01:00
parent acea193aa0
commit fc05ae4546
8 changed files with 44 additions and 60 deletions

View File

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