pinafore/src/routes/_components/dialog/creators/showComposeDialog.js

7 wiersze
221 B
JavaScript

import ComposeDialog from '../components/ComposeDialog.html'
import { showDialog } from './showDialog'
export default function showComposeDialog () {
return showDialog(ComposeDialog, { label: 'intl.composeStatus' })
}