1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-06 03:50:26 +02:00

Add hooks documentation

This commit is contained in:
Chocobozzz 2019-07-24 10:21:22 +02:00 committed by Chocobozzz
parent 51326912d6
commit 5f189c9c85
8 changed files with 41 additions and 8 deletions

View file

@ -1,2 +1,2 @@
export * from './action-hooks'
export * from './filter-hooks'
import './action-hooks'
import './filter-hooks'