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