diff --git a/cbor/encode_cbor_sequence.ts b/cbor/encode_cbor_sequence.ts index 40f9e0811..98189416e 100644 --- a/cbor/encode_cbor_sequence.ts +++ b/cbor/encode_cbor_sequence.ts @@ -1,6 +1,6 @@ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. -import { concat } from "../bytes/concat.ts"; +import { concat } from "@std/bytes/concat"; import { encodeCbor } from "./encode_cbor.ts"; import type { CborType } from "./types.ts";