mirror of
https://github.com/documenso/documenso.git
synced 2025-11-19 03:01:59 +10:00
5
apps/marketing/src/components/constants.ts
Normal file
5
apps/marketing/src/components/constants.ts
Normal file
@ -0,0 +1,5 @@
|
||||
export const STEP = {
|
||||
EMAIL: 'EMAIL',
|
||||
NAME: 'NAME',
|
||||
SIGN: "SIGN"
|
||||
} as const;
|
||||
Reference in New Issue
Block a user