Fix broken import of misc/utils (#5586)

This commit is contained in:
Daniel James Smith 2023-06-09 11:12:20 +02:00 committed by GitHub
parent d18b45a87e
commit ab260a3653
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import { ApiService } from "../../../../abstractions/api.service";
import { Utils } from "../../../../misc/utils";
import { Utils } from "../../../../platform/misc/utils";
import { Forwarder } from "./forwarder";
import { ForwarderOptions } from "./forwarder-options";