mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
commented out, not using
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
/*
|
||||
import { debounce } from 'lodash-es';
|
||||
import { useCallback, useEffect, useRef, useState } from 'react';
|
||||
import Sockette from 'sockette';
|
||||
@@ -89,3 +90,4 @@ export const useWs = <D>(wsUrl: string, wsThrottle = 100) => {
|
||||
|
||||
return { connected, data, updateData } as const;
|
||||
};
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user