diff --git a/common/src/sleep.ts b/common/src/sleep.ts index ada34c72f..01a08fbd0 100644 --- a/common/src/sleep.ts +++ b/common/src/sleep.ts @@ -1 +1,2 @@ -export { sleep } from "@scrypted/server/src/sleep"; +import { sleep } from "@scrypted/server/src/sleep"; +export { sleep };