export $barba from environment

This commit is contained in:
Quentin Hocdé
2017-10-16 11:11:01 -04:00
parent 30063039a3
commit 0388efc1f1

View File

@@ -9,4 +9,4 @@ const $barba = $('#js-barba-wrapper');
const isDebug = !!$html.data('debug');
export { APP_NAME, DATA_API_KEY, $document, $window, $html, $body, isDebug };
export { APP_NAME, DATA_API_KEY, $document, $window, $html, $body, isDebug, $barba };