mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 03:22:11 +00:00
refactor(useFacebookLogin): remove unused import
This commit is contained in:
parent
a95458f995
commit
bb5866955e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
// Copyright (C) 2017-2023 Smart code 203358507
|
// Copyright (C) 2017-2023 Smart code 203358507
|
||||||
|
|
||||||
import { useCallback, useEffect, useRef, useState } from 'react';
|
import { useCallback, useEffect, useRef } from 'react';
|
||||||
import hat from 'hat';
|
import hat from 'hat';
|
||||||
import { usePlatform } from 'stremio/common';
|
import { usePlatform } from 'stremio/common';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue