fix(pluginexports): Add missing import for smartrouter in pluginexports.

This commit is contained in:
2024-10-06 23:37:21 +02:00
parent b0bed44810
commit 987c821eed
3 changed files with 8 additions and 1 deletions

View File

@ -3,6 +3,7 @@ import * as smartmarkdown from '@push.rocks/smartmarkdown';
import * as smartpromise from '@push.rocks/smartpromise';
import SweetScroll from 'sweet-scroll';
import * as smartstate from '@push.rocks/smartstate';
import * as smartrouter from '@push.rocks/smartrouter';
import * as smartrx from '@push.rocks/smartrx';
import * as smartstring from '@push.rocks/smartstring';
import * as smarturl from '@push.rocks/smarturl';
@ -14,6 +15,7 @@ export {
smartpromise,
SweetScroll,
smartstate,
smartrouter,
smartrx,
smartstring,
smarturl,