1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-25 08:19:40 +02:00
portainer/app/react/nomad/jobs/EventsView/EventsDatatable/columns/index.tsx

5 lines
146 B
TypeScript

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