2022-04-08 12:48:37 +09:00
|
|
|
import InstantRestart from './InstantRestart/config.vue';
|
2022-04-08 16:29:24 +09:00
|
|
|
import qft from './qft/config.vue';
|
2022-04-08 12:48:37 +09:00
|
|
|
|
|
|
|
export default {
|
|
|
|
InstantRestart,
|
2022-04-08 16:29:24 +09:00
|
|
|
qft,
|
2022-04-08 12:48:37 +09:00
|
|
|
};
|