a93aaba321
Fix offsets
18 lines
557 B
TypeScript
18 lines
557 B
TypeScript
import Login from "./components/login.vue";
|
|
import AxesCalibration from "./components/axes-calibration-dialog.vue";
|
|
import M155Questions from "./components/m155-dialog.vue";
|
|
import MachineInfoDialog from "./components/machine-info-dialog.vue";
|
|
import ContactInfoDialog from "./components/contact-info-dialog.vue";
|
|
import UserInfoDialog from "./components/user-info-dialog.vue";
|
|
import UserInfo from "./components/user-info.vue";
|
|
|
|
export {
|
|
Login,
|
|
AxesCalibration,
|
|
M155Questions,
|
|
MachineInfoDialog,
|
|
ContactInfoDialog,
|
|
UserInfoDialog,
|
|
UserInfo
|
|
}
|