thêm giao diện quản lý thuyền
This commit is contained in:
@@ -1,5 +1,17 @@
|
||||
import * as AlarmController from "./AlarmController";
|
||||
import * as AuthController from "./AuthController";
|
||||
import * as DeviceController from "./DeviceController";
|
||||
import * as FishController from "./FishController";
|
||||
import * as MapController from "./MapController";
|
||||
import * as PortController from "./PortController";
|
||||
import * as TripController from "./TripController";
|
||||
export { AuthController, DeviceController, MapController, TripController };
|
||||
|
||||
export {
|
||||
AlarmController,
|
||||
AuthController,
|
||||
DeviceController,
|
||||
FishController,
|
||||
MapController,
|
||||
PortController,
|
||||
TripController,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user