-
-
Notifications
You must be signed in to change notification settings - Fork 391
Expand file tree
/
Copy pathindex.ts
More file actions
22 lines (16 loc) · 859 Bytes
/
index.ts
File metadata and controls
22 lines (16 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
* This file is auto-generated by ./bin/rails stimulus:manifest:update
* Run that command whenever you add a new controller or create them with
* ./bin/rails generate stimulus controllerName
*/
import {application} from "./application";
import DialogController from "./dialog_controller";
application.register("dialog", DialogController);
import HotkeysController from "./hotkeys_controller";
application.register("hotkeys", HotkeysController);
import KeepUnreadToggleController from "./keep_unread_toggle_controller";
application.register("keep-unread-toggle", KeepUnreadToggleController);
import MarkAllAsReadController from "./mark_all_as_read_controller";
application.register("mark-all-as-read", MarkAllAsReadController);
import StarToggleController from "./star_toggle_controller";
application.register("star-toggle", StarToggleController);