Skip to content

Commit

Permalink
Bug fix: React Create Context is not a function
Browse files Browse the repository at this point in the history
  • Loading branch information
piyushgarg-dev committed Nov 5, 2023
1 parent 0819a7e commit 27dd480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ui/form.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as LabelPrimitive from '@radix-ui/react-label'
import { Slot } from '@radix-ui/react-slot'
import * as React from 'react'
import React from 'react'
import {
Controller,
ControllerProps,
Expand Down

0 comments on commit 27dd480

Please sign in to comment.