Refactor video links building

This commit is contained in:
Chocobozzz
2021-07-26 14:12:50 +02:00
parent 764b1a14fc
commit 9162fdd363
22 changed files with 136 additions and 67 deletions
@@ -1,4 +1,5 @@
export * from './date'
export * from './miscs'
export * from './types'
export * from './regexp'
export * from './types'
export * from './url
View File
+1 -1
View File
@@ -1,7 +1,7 @@
export * from './abuse'
export * from './common'
export * from './i18n'
export * from './logs'
export * from './miscs'
export * from './plugins'
export * from './renderer'
export * from './users'