|
|
@ -6,7 +6,7 @@ import { defineMessages, injectIntl, FormattedMessage } from 'react-intl'; |
|
|
|
import ReactSwipeableViews from 'react-swipeable-views'; |
|
|
|
import ReactSwipeableViews from 'react-swipeable-views'; |
|
|
|
import classNames from 'classnames'; |
|
|
|
import classNames from 'classnames'; |
|
|
|
import Permalink from 'flavours/glitch/components/permalink'; |
|
|
|
import Permalink from 'flavours/glitch/components/permalink'; |
|
|
|
import { ComposeForm } from 'flavours/glitch/features/compose/components/compose_form'; |
|
|
|
import ComposeForm from 'flavours/glitch/features/compose/components/compose_form'; |
|
|
|
import DrawerAccount from 'flavours/glitch/features/compose/components/navigation_bar'; |
|
|
|
import DrawerAccount from 'flavours/glitch/features/compose/components/navigation_bar'; |
|
|
|
import Search from 'flavours/glitch/features/compose/components/search'; |
|
|
|
import Search from 'flavours/glitch/features/compose/components/search'; |
|
|
|
import ColumnHeader from './column_header'; |
|
|
|
import ColumnHeader from './column_header'; |
|
|
@ -48,6 +48,8 @@ const PageTwo = ({ intl, myAccount }) => ( |
|
|
|
<ComposeForm |
|
|
|
<ComposeForm |
|
|
|
privacy='public' |
|
|
|
privacy='public' |
|
|
|
text='Awoo! #introductions' |
|
|
|
text='Awoo! #introductions' |
|
|
|
|
|
|
|
spoilerText='' |
|
|
|
|
|
|
|
suggestions={ [] } |
|
|
|
/> |
|
|
|
/> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|