From 15a7eafb892441957ba7dd6fcbf556086fe5b2b3 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 26 Jul 2021 15:04:37 +0200 Subject: Refactor video links builders --- shared/core-utils/common/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'shared/core-utils/common/index.ts') diff --git a/shared/core-utils/common/index.ts b/shared/core-utils/common/index.ts index 83f2ccbb6..0908ff981 100644 --- a/shared/core-utils/common/index.ts +++ b/shared/core-utils/common/index.ts @@ -1,5 +1,6 @@ export * from './date' export * from './miscs' export * from './regexp' +export * from './promises' export * from './types' -export * from './url +export * from './url' -- cgit v1.2.3