Fix missed relative import discrepancy
parent
b1f0457cb8
commit
8b24a9a507
|
@ -1,4 +1,4 @@
|
||||||
import type { ValueOf } from 'flavours/glitch/types/util';
|
import type { ValueOf } from '../types/util';
|
||||||
|
|
||||||
export const DECIMAL_UNITS = Object.freeze({
|
export const DECIMAL_UNITS = Object.freeze({
|
||||||
ONE: 1,
|
ONE: 1,
|
||||||
|
|
Loading…
Reference in New Issue