diff options
Diffstat (limited to 'modern/src/common/deviceCategories.js')
-rw-r--r-- | modern/src/common/deviceCategories.js | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/modern/src/common/deviceCategories.js b/modern/src/common/deviceCategories.js new file mode 100644 index 00000000..1eda1902 --- /dev/null +++ b/modern/src/common/deviceCategories.js @@ -0,0 +1,23 @@ +export const deviceCategories = [ + 'default', + 'animal', + 'bicycle', + 'boat', + 'bus', + 'car', + 'crane', + 'helicopter', + 'motorcycle', + 'offroad', + 'person', + 'pickup', + 'plane', + 'ship', + 'tractor', + 'train', + 'tram', + 'trolleybus', + 'truck', + 'van', + 'scooter', +]; |