2019-02-19 03:55:44 +00:00
|
|
|
import { importShowReportDialog } from '../_components/dialog/asyncDialogs'
|
|
|
|
|
|
|
|
export async function reportStatusOrAccount ({ status, account }) {
|
2019-08-03 20:49:37 +00:00
|
|
|
const showReportDialog = await importShowReportDialog()
|
2019-02-19 03:55:44 +00:00
|
|
|
showReportDialog({ status, account })
|
|
|
|
}
|