mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
fix(cbor): fix module specifier in import (#6099)
This commit is contained in:
parent
b4e5d21762
commit
b9e8edf901
@ -1,6 +1,6 @@
|
|||||||
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
// 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 { encodeCbor } from "./encode_cbor.ts";
|
||||||
import type { CborType } from "./types.ts";
|
import type { CborType } from "./types.ts";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user