polyglot/app/javascript/packs/application.js

5 lines
101 B
JavaScript
Raw Normal View History

import "bootstrap";
2018-08-31 09:17:26 +00:00
import { profilePageAnimation } from '../users/lesson';
profilePageAnimation();