mirror of
https://github.com/discourse/discourse.git
synced 2025-02-03 01:31:01 +08:00
6 lines
159 B
Plaintext
6 lines
159 B
Plaintext
|
import AdminEmailLogsView from "admin/views/admin-email-logs";
|
||
|
|
||
|
export default AdminEmailLogsView.extend({
|
||
|
templateName: "admin/templates/email-skipped"
|
||
|
});
|