mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
Rename isMobile.js to platform.js 2
This commit is contained in:
parent
bec44f5ed0
commit
bfb2661da2
1 changed files with 2 additions and 2 deletions
|
|
@ -40,7 +40,7 @@ const useOnScrollToBottom = require('./useOnScrollToBottom');
|
|||
const useProfile = require('./useProfile');
|
||||
const useStreamingServer = require('./useStreamingServer');
|
||||
const useTorrent = require('./useTorrent');
|
||||
const isMobile = require('./isMobile');
|
||||
const platform = require('./platform');
|
||||
|
||||
module.exports = {
|
||||
AddonDetailsModal,
|
||||
|
|
@ -86,5 +86,5 @@ module.exports = {
|
|||
useProfile,
|
||||
useStreamingServer,
|
||||
useTorrent,
|
||||
isMobile
|
||||
platform
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue