Convert rocketchat-oembed to main module structure (#12775)
parent
eaa001f537
commit
e5c797bbb0
@ -0,0 +1,16 @@ |
||||
import './baseWidget.html'; |
||||
import './baseWidget'; |
||||
import './oembedImageWidget.html'; |
||||
import './oembedImageWidget'; |
||||
import './oembedAudioWidget.html'; |
||||
import './oembedAudioWidget'; |
||||
import './oembedVideoWidget.html'; |
||||
import './oembedVideoWidget'; |
||||
import './oembedYoutubeWidget.html'; |
||||
import './oembedYoutubeWidget'; |
||||
import './oembedUrlWidget.html'; |
||||
import './oembedUrlWidget'; |
||||
import './oembedFrameWidget.html'; |
||||
import './oembedFrameWidget'; |
||||
import './oembedSandstormGrain.html'; |
||||
import './oembedSandstormGrain'; |
@ -0,0 +1,8 @@ |
||||
import './models/OEmbedCache'; |
||||
import './jumpToMessage'; |
||||
import './providers'; |
||||
import { OEmbed } from './server'; |
||||
|
||||
export { |
||||
OEmbed, |
||||
}; |
Loading…
Reference in new issue