import { TTabDataElement } from '@/components';

export const TABS_DATA: TTabDataElement[] = [
  {
    title: 'General',
  },
  {
    title: 'Attributes',
  },
  {
    title: 'Rules',
  },
  {
    title: 'Items',
  },
  {
    title: 'Preview',
  },
  {
    title: 'Launch',
  },
];
