mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-28 03:23:57 -06:00
2539932e16
* Prepare homepage parsers * Add ability to update instance hompage * Add ability to set homepage as landing page * Add homepage preview in admin * Dynamically update left menu for homepage * Inject home content in homepage * Add videos list and channel miniature custom markup * Remove unused elements in markup service
17 lines
455 B
TypeScript
17 lines
455 B
TypeScript
export * from './activitypub'
|
|
export * from './actors'
|
|
export * from './moderation'
|
|
export * from './custom-markup'
|
|
export * from './bulk'
|
|
export * from './redundancy'
|
|
export * from './users'
|
|
export * from './videos'
|
|
export * from './feeds'
|
|
export * from './joinpeertube'
|
|
export * from './overviews'
|
|
export * from './plugins'
|
|
export * from './search'
|
|
export * from './server'
|
|
export * from './oauth-client-local.model'
|
|
export * from './result-list.model'
|