mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-11 10:23:54 +00:00
refactor: simplify import paths
This commit is contained in:
committed by
Carlos Valente
parent
70558c5104
commit
c65761448d
@@ -1,5 +1,6 @@
|
||||
import { isProduction } from '../externals.js';
|
||||
import { consoleError } from '../utils/console.js';
|
||||
|
||||
import { consoleError } from './console.js';
|
||||
|
||||
/**
|
||||
* Milestone checker for dev environment
|
||||
|
||||
Reference in New Issue
Block a user