switch to new org scheme

This commit is contained in:
2023-07-10 02:42:01 +02:00
parent 1667dd2d11
commit 3e3bd190bc
5 changed files with 14 additions and 21 deletions

View File

@ -0,0 +1,5 @@
import * as plugins from '@pushrocks/smartstate';
export class ActionStore {
}

View File

@ -0,0 +1,5 @@
import * as plugins from './smartaction.plugins';
export class Action {
}