|
@@ -30,7 +30,8 @@ export default {
|
|
report: "Report.vue",
|
|
report: "Report.vue",
|
|
viewReport: "ViewReport.vue",
|
|
viewReport: "ViewReport.vue",
|
|
bulkActions: "BulkActions.vue",
|
|
bulkActions: "BulkActions.vue",
|
|
- viewPunishment: "ViewPunishment.vue"
|
|
|
|
|
|
+ viewPunishment: "ViewPunishment.vue",
|
|
|
|
+ removeAccount: "RemoveAccount.vue"
|
|
}),
|
|
}),
|
|
...mapState("modalVisibility", {
|
|
...mapState("modalVisibility", {
|
|
activeModals: state => state.new.activeModals,
|
|
activeModals: state => state.new.activeModals,
|