mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-21 07:10:33 +00:00
re-structure to monorepo.
This commit is contained in:
6
packages/webapp/src/store/plans/plans.actions.tsx
Normal file
6
packages/webapp/src/store/plans/plans.actions.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
// @ts-nocheck
|
||||
import t from '@/store/types';
|
||||
|
||||
export const initSubscriptionPlans = () => ({
|
||||
type: t.INIT_SUBSCRIPTION_PLANS
|
||||
});
|
||||
Reference in New Issue
Block a user