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