mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-16 21:03:29 +00:00
refactor: add cloud runtime
This commit is contained in:
committed by
Carlos Valente
parent
18575fc558
commit
d87542dcf7
@@ -6,7 +6,7 @@
|
||||
|
||||
import { useMemo, useRef } from 'react';
|
||||
|
||||
import { isDev } from '../api/constants';
|
||||
import { isDev } from '../../externals';
|
||||
|
||||
type noop = (this: any, ...args: any[]) => any;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user