From a9bfa85d2cdf13670aaced740da5b493fbeddfce Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 15 Dec 2021 15:58:10 +0100 Subject: Add ability for admins to set default p2p policy --- client/src/root-helpers/index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'client/src/root-helpers/index.ts') diff --git a/client/src/root-helpers/index.ts b/client/src/root-helpers/index.ts index 63d55d7ef..aa3b442dd 100644 --- a/client/src/root-helpers/index.ts +++ b/client/src/root-helpers/index.ts @@ -1,6 +1,7 @@ export * from './users' export * from './bytes' export * from './images' +export * from './local-storage-utils' export * from './peertube-web-storage' export * from './utils' export * from './plugins-manager' -- cgit v1.2.3