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