feat: init
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
/* eslint-disable @typescript-eslint/no-unused-vars */
|
||||
type Props = {
|
||||
parentStateId: string;
|
||||
className?: string;
|
||||
};
|
||||
|
||||
export const WorkFlowDisabledMessage = (props: Props) => <></>;
|
||||
Reference in New Issue
Block a user