Fix web issue

This commit is contained in:
Zoe Roux 2023-07-15 22:32:50 +09:00
parent 96d5ca0f3c
commit dcf14c6e6f
No known key found for this signature in database

View File

@ -18,6 +18,8 @@
* along with Kyoo. If not, see <https://www.gnu.org/licenses/>.
*/
import { createContext } from "react";
export const useAccounts = () => {}
export const AccountContext = 0;
export const AccountContext = createContext({});