Organise files per device

Summary:
Moved all logic per device type we support to its own dir, including tools and utilities around it, which makes it easier to consolidate logic and decouple in turn per device type.

Per type, all logic can be found in

`server/devices/(desktop|metro|android|ios|webapp)`

Reviewed By: timur-valiev

Differential Revision: D30277817

fbshipit-source-id: 2b5339c363d5d31ceeba07cec03826fc67cf3748
This commit is contained in:
Michel Weststrate
2021-08-13 04:01:06 -07:00
committed by Facebook GitHub Bot
parent 6175424d16
commit c0cd32564a
37 changed files with 78 additions and 82 deletions

View File

@@ -8,7 +8,7 @@
*/
import {remote} from 'electron';
import MetroDevice from '../server/devices/MetroDevice';
import MetroDevice from '../server/devices/metro/MetroDevice';
import {Store} from '../reducers';
type ShortcutEventCommand =