1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-21 14:29:40 +02:00
portainer/app/react/kubernetes/cluster/ingressClass/IngressClassDatatable/columns/index.ts

5 lines
161 B
TypeScript

import { availability } from './availability';
import { type } from './type';
import { name } from './name';
export const columns = [name, type, availability];