feat: Add countdown when order expire in less than 5 minutes
This commit is contained in:
@@ -24,3 +24,6 @@ application.register("qr-code", QrCodeController);
|
||||
|
||||
import EventFormController from "./event_form_controller";
|
||||
application.register("event-form", EventFormController);
|
||||
|
||||
import CountdownController from "./countdown_controller";
|
||||
application.register("countdown", CountdownController);
|
||||
|
||||
Reference in New Issue
Block a user