refactor(useFacebookLogin): remove unused import

This commit is contained in:
Tim 2024-10-03 17:00:22 +02:00
parent a95458f995
commit bb5866955e

View file

@ -1,6 +1,6 @@
// 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 { usePlatform } from 'stremio/common';