chore(manager): basic dashboard for EmailEvents

This commit is contained in:
Colin Darie 2023-01-09 17:36:26 +01:00
parent 0a22c1d2f0
commit 22e2749357
3 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,4 @@
module Manager
class EmailEventsController < Manager::ApplicationController
end
end