move some parts to services and introduce the backend communication for the airports
This commit is contained in:
4
src/services/index.ts
Normal file
4
src/services/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { Airport } from "./airport";
|
||||
import { Configuration } from "./configuration";
|
||||
|
||||
export { Airport, Configuration };
|
||||
Reference in New Issue
Block a user