Hello, this plugin is great, but I have a problem and can't import the plugin I'm using nextjs, below is the code ``` import { TheSupersonicPlugin, } from 'the-supersonic-plugin-for-scroll-based-animation'; ``` ``` new TheSupersonicPlugin([ { start: '.start', end: '.end', elements: ['.animatable-element'], }, ]); ``` What is the reason? I have installed the plug-in correctly. Thanks.