2020-12-26 09:16:08 -08:00
|
|
|
import start from '../retrospring/common';
|
2021-08-10 04:16:40 -07:00
|
|
|
import initAnswerbox from '../retrospring/features/answerbox/index';
|
2021-08-11 05:10:24 -07:00
|
|
|
import initInbox from '../retrospring/features/inbox/index';
|
2020-12-26 09:16:08 -08:00
|
|
|
|
|
|
|
start();
|
2021-08-10 04:16:40 -07:00
|
|
|
document.addEventListener('turbolinks:load', initAnswerbox);
|
2021-08-11 05:10:24 -07:00
|
|
|
document.addEventListener('turbolinks:load', initInbox);
|