This website requires JavaScript.
Explore
Help
Sign In
blsmedia
/
sign
Watch
2
Star
0
Fork
0
You've already forked sign
Code
Issues
Packages
Releases
Activity
Files
03d2a2a278dd94033c8e17b9184f5620571f3dcd
sign
/
apps
/
marketing
/
src
/
components
/
constants.ts
6 lines
84 B
TypeScript
Raw
Normal View
History
Unescape
Escape
refactor: used constant for steps instead of strings (#751) fixes #750
2023-12-15 18:37:45 +05:30
export
const
STEP
=
{
EMAIL
:
'EMAIL'
,
NAME
:
'NAME'
,
fix: swap server-actions for trpc mutations
2023-12-21 17:01:12 +11:00
SIGN
:
'SIGN'
,
refactor: used constant for steps instead of strings (#751) fixes #750
2023-12-15 18:37:45 +05:30
}
as
const
;
Reference in New Issue
Copy Permalink