diff options
author | Chocobozzz <me@florianbigard.com> | 2022-05-31 08:59:30 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-05-31 10:39:56 +0200 |
commit | f1a0f3b701e005a9533f09b7913c615376e42f32 (patch) | |
tree | 807e5377635bfa30d42ce42bdcd88ff7b1553257 /client/src/root-helpers/index.ts | |
parent | e5a781ec25191c0dbb4a991f25307732d798619d (diff) | |
download | PeerTube-f1a0f3b701e005a9533f09b7913c615376e42f32.tar.gz PeerTube-f1a0f3b701e005a9533f09b7913c615376e42f32.tar.zst PeerTube-f1a0f3b701e005a9533f09b7913c615376e42f32.zip |
Refactor embed
Diffstat (limited to 'client/src/root-helpers/index.ts')
-rw-r--r-- | client/src/root-helpers/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/root-helpers/index.ts b/client/src/root-helpers/index.ts index 0492924fd..a19855761 100644 --- a/client/src/root-helpers/index.ts +++ b/client/src/root-helpers/index.ts | |||
@@ -5,5 +5,6 @@ export * from './local-storage-utils' | |||
5 | export * from './peertube-web-storage' | 5 | export * from './peertube-web-storage' |
6 | export * from './plugins-manager' | 6 | export * from './plugins-manager' |
7 | export * from './string' | 7 | export * from './string' |
8 | export * from './url' | ||
8 | export * from './utils' | 9 | export * from './utils' |
9 | export * from './video' | 10 | export * from './video' |