forked from Github/frigate
Upgrade deps (#6395)
* update js build tools * update frontend deps * python updates * update requests again
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { h, createContext } from 'preact';
|
||||
import { baseUrl } from './baseUrl';
|
||||
import produce from 'immer';
|
||||
import { produce } from 'immer';
|
||||
import { useCallback, useContext, useEffect, useRef, useReducer } from 'preact/hooks';
|
||||
|
||||
const initialState = Object.freeze({ __connected: false });
|
||||
|
||||
Reference in New Issue
Block a user