mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-12-27 09:33:42 +01:00
Fix missed relative import discrepancy
This commit is contained in:
parent
b1f0457cb8
commit
8b24a9a507
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue