Files
EasyTier/easytier-web/frontend-lib/src/components/index.ts
Sijie.Sun e948dbfcc1 Feat/web (Patchset 4) (#460)
support basic functions in frontend
1. create/del network
2. inspect network running status
2024-11-08 23:33:17 +08:00

3 lines
100 B
TypeScript

export { default as Config } from './Config.vue';
export { default as Status } from './Status.vue';