diff --git a/apps/frontend/src/components.d.ts b/apps/frontend/src/components.d.ts index c11c6779..b02873bc 100644 --- a/apps/frontend/src/components.d.ts +++ b/apps/frontend/src/components.d.ts @@ -12,6 +12,8 @@ export {} declare module 'vue' { export interface GlobalComponents { AdminPaginationBar: typeof import('./components/admin/AdminPaginationBar.vue')['default'] + AdminPlatformAgisoSection: typeof import('./components/admin/AdminPlatformAgisoSection.vue')['default'] + AdminPlatformKhhaoSection: typeof import('./components/admin/AdminPlatformKhhaoSection.vue')['default'] AdminStatusTag: typeof import('./components/admin/AdminStatusTag.vue')['default'] ElButton: typeof import('element-plus/es')['ElButton'] ElCheckbox: typeof import('element-plus/es')['ElCheckbox'] diff --git a/apps/frontend/src/components/admin/AdminPlatformAgisoSection.vue b/apps/frontend/src/components/admin/AdminPlatformAgisoSection.vue new file mode 100644 index 00000000..97a8cd58 --- /dev/null +++ b/apps/frontend/src/components/admin/AdminPlatformAgisoSection.vue @@ -0,0 +1,184 @@ + + +