mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
chore(deps): update react to 18 (#2943)
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
/* eslint-disable no-console */
|
||||
import axios from 'axios';
|
||||
import type React from 'react';
|
||||
import { useEffect } from 'react';
|
||||
import useSettings from '../../hooks/useSettings';
|
||||
import { useUser } from '../../hooks/useUser';
|
||||
|
||||
const ServiceWorkerSetup: React.FC = () => {
|
||||
const ServiceWorkerSetup = () => {
|
||||
const { currentSettings } = useSettings();
|
||||
const { user } = useUser();
|
||||
useEffect(() => {
|
||||
|
Reference in New Issue
Block a user