ed162c2e66
* add method to create NetworkConfig from TomlConfigLoader * allow web export/import toml config file and gui edit toml config * Extract the configuration file dialog into a separate component and allow direct editing of the configuration file on the web
4 lines
170 B
TypeScript
4 lines
170 B
TypeScript
export { default as Config } from './Config.vue';
|
|
export { default as Status } from './Status.vue';
|
|
export { default as ConfigEditDialog } from './ConfigEditDialog.vue';
|