Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
oasis-cloud committed Nov 19, 2024
1 parent afba5e4 commit 5362a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages/checkbox/checkbox.taro.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { ReactNode, useContext, useEffect, useState } from 'react'
import React, { ReactNode, useContext, useEffect, useState, FC } from 'react'
import { CheckDisabled, Checked, CheckNormal } from '@nutui/icons-react-taro'
import classNames from 'classnames'
import { View } from '@tarojs/components'
Expand Down

0 comments on commit 5362a69

Please sign in to comment.