Rename some more relative paths to use @app path alias

This commit is contained in:
wiz
2024-10-23 11:34:59 +09:00
parent 221658f6bf
commit a22d07ae60
32 changed files with 81 additions and 81 deletions

View File

@@ -1,6 +1,6 @@
import { feeLevels, defaultMempoolFeeColors, contrastMempoolFeeColors } from '@app/app.constants';
import { Color } from './sprite-types';
import TxView from './tx-view';
import { Color } from '@components/block-overview-graph/sprite-types';
import TxView from '@components/block-overview-graph/tx-view';
export function hexToColor(hex: string): Color {
return {