export const ERRORS_MSGS = {
	DUPLICATED_PROVIDER_DECORATOR: "Cannot apply @Provider decorator multiple times.",
	DUPLICATED_ACTION_HANDLER_DECORATOR: "Cannot apply @ActionHandler decorator multiple times.",
	DUPLICATED_REDUX_MODULE_DECORATOR: "Cannot apply @ReduxModule decorator multiple times.",
	DUPLICATED_REDUX_COMPONENT_DECORATOR: "Cannot apply @ReduxComponent decorator multiple times."
};
