From b5ac25edbe6e0a3fa11916474bb10c38472fefcd Mon Sep 17 00:00:00 2001 From: nymkappa Date: Thu, 12 Mar 2026 22:16:16 +0100 Subject: [PATCH] [calculator] fix import --- frontend/src/app/graphs/graphs.routing.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/graphs/graphs.routing.module.ts b/frontend/src/app/graphs/graphs.routing.module.ts index 5ce4dfe36..1006fa5f6 100644 --- a/frontend/src/app/graphs/graphs.routing.module.ts +++ b/frontend/src/app/graphs/graphs.routing.module.ts @@ -24,7 +24,7 @@ import { AccelerationFeesGraphComponent } from '@components/acceleration/acceler import { AccelerationsListComponent } from '@components/acceleration/accelerations-list/accelerations-list.component'; import { AddressComponent } from '@components/address/address.component'; import { WalletComponent } from '@components/wallet/wallet.component'; -import { CalculatorComponent } from '../components/calculator/calculator.component'; +import { CalculatorComponent } from '@components/calculator/calculator.component'; const browserWindow = window || {}; // @ts-ignore