Fix relative imports

This commit is contained in:
softsimon
2024-04-09 14:24:34 +09:00
parent 527589ac04
commit 2792016383
4 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ import { Observable, combineLatest, Subscription } from 'rxjs';
import { Recommendedfees } from '../../interfaces/websocket.interface';
import { feeLevels } from '../../app.constants';
import { map, startWith, tap } from 'rxjs/operators';
import { ThemeService } from 'src/app/services/theme.service';
import { ThemeService } from '../../services/theme.service';
@Component({
selector: 'app-fees-box',