Skip to content

Commit

Permalink
Merge pull request #34 from WilderDev/jw_date_picker
Browse files Browse the repository at this point in the history
feat(onboarding)fix: Form into client component
  • Loading branch information
josephwwilliams committed Jun 19, 2023
2 parents 379c49f + dedde95 commit ded86dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/@marketing/(pages)/onboarding/AddOrEditChildForm.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use client';

import DatePicker from '@/lib/components/form/DatePicker';
import Form from '@/lib/components/form/Form';
import Input from '@/lib/components/form/Input';
Expand Down

0 comments on commit ded86dc

Please sign in to comment.