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';
|
2020-12-26 09:16:08 -08:00
|
|
|
|
|
|
|
start();
|
2021-08-10 04:16:40 -07:00
|
|
|
document.addEventListener('turbolinks:load', initAnswerbox);
|
|
|
|
document.addEventListener('turbolinks:load', initAnswerbox);
|
|
|
|
document.addEventListener('turbolinks:load', initAnswerbox);
|