Pinafore-Web-Client-Frontend/src/routes/_components/dialog/creators/showComposeDialog.js

7 lines
221 B
JavaScript
Raw Normal View History

import ComposeDialog from '../components/ComposeDialog.html'
2019-02-19 01:27:59 +01:00
import { showDialog } from './showDialog'
export default function showComposeDialog () {
return showDialog(ComposeDialog, { label: 'intl.composeStatus' })
}