mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 12:16:37 -04:00
8 lines
209 B
JavaScript
8 lines
209 B
JavaScript
import Events from './collection.js';
|
|
import { initGoogleAnalytics } from './helpers.js';
|
|
import './callbacks.js';
|
|
|
|
// init google analytics on the client module
|
|
initGoogleAnalytics();
|
|
|
|
export default Events;
|