From 2352071211b61c10fa5bf5736baaff7809d18bf0 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 8 May 2022 11:48:09 -0700 Subject: Organize common code --- modern/src/common/deviceCategories.js | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 modern/src/common/deviceCategories.js (limited to 'modern/src/common/deviceCategories.js') diff --git a/modern/src/common/deviceCategories.js b/modern/src/common/deviceCategories.js deleted file mode 100644 index f5d749aa..00000000 --- a/modern/src/common/deviceCategories.js +++ /dev/null @@ -1,23 +0,0 @@ -export default [ - 'default', - 'animal', - 'bicycle', - 'boat', - 'bus', - 'car', - 'crane', - 'helicopter', - 'motorcycle', - 'offroad', - 'person', - 'pickup', - 'plane', - 'ship', - 'tractor', - 'train', - 'tram', - 'trolleybus', - 'truck', - 'van', - 'scooter', -]; -- cgit v1.2.3