mirror of
https://github.com/vale981/Vulcan
synced 2025-03-08 11:01:38 -05: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;
|