feat: basic onboarding flow\
This commit is contained in:
@@ -36,6 +36,12 @@ const group = {
|
||||
createdById: userId,
|
||||
createdAt: new Date('2026-08-01T10:00:00.000Z'),
|
||||
updatedAt: new Date('2026-08-01T10:00:00.000Z'),
|
||||
days: null,
|
||||
time: null,
|
||||
capacity: null,
|
||||
price: null,
|
||||
billingType: null,
|
||||
dueDay: null,
|
||||
};
|
||||
|
||||
function makeApp(userValue: unknown) {
|
||||
|
||||
Reference in New Issue
Block a user