Fix missed relative import discrepancy

main
Claire 2023-11-15 12:41:53 +01:00
parent b1f0457cb8
commit 8b24a9a507
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import type { ValueOf } from 'flavours/glitch/types/util';
import type { ValueOf } from '../types/util';
export const DECIMAL_UNITS = Object.freeze({
ONE: 1,