import gsap from 'gsap' import GLApp from './gl-app'; class App { constructor() { this.gl_app = new GLApp() } } new App();