thoughtbot--shoulda-matchers/assets/javascripts/index.js

9 lines
182 B
JavaScript

import "prismjs";
import tabs from "./tabs";
import animateWhenVisible from "./animateWhenVisible";
import "../stylesheets/index.css.scss";
tabs.init();
animateWhenVisible.init();