[js][async-lock] fix import

This commit is contained in:
方而静 2024-02-11 12:50:10 +08:00
parent f785493ec2
commit 9bc48fc0c0
Signed by: szTom
GPG Key ID: 072D999D60C6473C

View File

@ -1,7 +1,5 @@
import { Queue } from './queue.mjs';
import { Queue } from './queue.mjs';
/**
* Represents an asynchronous lock for managing access to a shared resource.
* @class