mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-20 06:29:07 +00:00
Refactor/ts sockets (#210)
* refactor(ts): create socket subscription service * refactor(ts-sockets): useSubscription hook * refactor(ts-sockets): extract colour selection to utility
This commit is contained in:
@@ -12,7 +12,7 @@ import {
|
||||
requestReorder,
|
||||
} from 'common/api/eventsApi.js';
|
||||
import Empty from 'common/components/state/Empty';
|
||||
import { useFetch } from 'common/hooks/useFetch.js';
|
||||
import { useFetch } from 'common/hooks/useFetch.ts';
|
||||
import EventListMenu from 'features/menu/EventListMenu.jsx';
|
||||
|
||||
import { CollapseContext } from '../../../common/context/CollapseContext';
|
||||
|
||||
Reference in New Issue
Block a user