mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 08:48:53 +00:00
Fix missed relative import discrepancy
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user