Skip to content

Commit

Permalink
fix import again
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyOooh committed Mar 19, 2024
1 parent ad34924 commit 4da4174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/form-elements/RadioButtonMulti.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
'use client';

import { useState } from 'react';
import { Controller, Control } from 'react-hook-form';
import { startCase } from 'lodash';
import { Controller } from 'react-hook-form';

type Props = {
// control: Control;
Expand Down

0 comments on commit 4da4174

Please sign in to comment.