This commit is contained in:
Kenneth Jannette
2024-01-25 11:07:43 -06:00
parent ef15a7ee02
commit 45f63e95bb
4 changed files with 30 additions and 6 deletions

View File

@@ -0,0 +1,13 @@
export const signupRadioFields = [
{
name: "Monthly - basic",
label: "Monthly - basic",
value: "monthlyBasic",
},
{ name: "Monthly - pro", label: "Monthly - pro", value: "monthlyPro" },
{
name: "Annual - unlimted",
label: "Annual - unlimte",
value: "annualUnlimited",
},
];