mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 23:00:34 +00:00
5 lines
113 B
JavaScript
5 lines
113 B
JavaScript
import t from 'store/types';
|
|
|
|
export const initSubscriptionPlans = () => ({
|
|
type: t.INIT_SUBSCRIPTION_PLANS
|
|
}); |