docbrown/app/javascript/packs/baseInitializers.js
2023-02-10 12:38:13 -06:00

5 lines
216 B
JavaScript

import { initializeCommentDate } from './initializers/initializeCommentDate';
import { initializeCommentPreview } from './initializers/initializeCommentPreview';
initializeCommentDate();
initializeCommentPreview();