1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 16:07:34 +02:00

TextFormatterPreview: Expose in compat

This commit is contained in:
Franz Liedke
2020-09-11 16:26:56 +02:00
parent 6b5bdb5c41
commit a6e6c54972

View File

@@ -61,6 +61,7 @@ import NotificationList from './components/NotificationList';
import WelcomeHero from './components/WelcomeHero'; import WelcomeHero from './components/WelcomeHero';
import SignUpModal from './components/SignUpModal'; import SignUpModal from './components/SignUpModal';
import CommentPost from './components/CommentPost'; import CommentPost from './components/CommentPost';
import TextFormatterPreview from './components/TextFormatterPreview';
import ReplyComposer from './components/ReplyComposer'; import ReplyComposer from './components/ReplyComposer';
import NotificationsPage from './components/NotificationsPage'; import NotificationsPage from './components/NotificationsPage';
import PostStreamScrubber from './components/PostStreamScrubber'; import PostStreamScrubber from './components/PostStreamScrubber';
@@ -135,6 +136,7 @@ export default Object.assign(compat, {
'components/WelcomeHero': WelcomeHero, 'components/WelcomeHero': WelcomeHero,
'components/SignUpModal': SignUpModal, 'components/SignUpModal': SignUpModal,
'components/CommentPost': CommentPost, 'components/CommentPost': CommentPost,
'components/TextFormatterPreview': TextFormatterPreview,
'components/ReplyComposer': ReplyComposer, 'components/ReplyComposer': ReplyComposer,
'components/NotificationsPage': NotificationsPage, 'components/NotificationsPage': NotificationsPage,
'components/PostStreamScrubber': PostStreamScrubber, 'components/PostStreamScrubber': PostStreamScrubber,