fix(core): Correct import statement for SweetScroll.

This commit is contained in:
2024-10-04 15:28:01 +02:00
parent 2383e6ec21
commit 15e58fbf5d
3 changed files with 7 additions and 2 deletions

View File

@ -1,7 +1,7 @@
import * as smartdelay from '@push.rocks/smartdelay';
import * as smartmarkdown from '@push.rocks/smartmarkdown';
import * as smartpromise from '@push.rocks/smartpromise';
import * as SweetScroll from 'sweet-scroll';
import SweetScroll from 'sweet-scroll';
import * as smartstate from '@push.rocks/smartstate';
import * as smartrx from '@push.rocks/smartrx';
import * as smartstring from '@push.rocks/smartstring';