mirror of
https://github.com/azaion/ui.git
synced 2026-06-22 15:51:12 +00:00
embed mission-planner
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import type { Purpose } from '../types';
|
||||
|
||||
export const purposes: Purpose[] = [
|
||||
{
|
||||
value: 'tank',
|
||||
label: 'Tank',
|
||||
},
|
||||
{
|
||||
value: 'artillery',
|
||||
label: 'Artillery',
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user