Skip to content

Commit 5362a69

Browse files
committed
fix: build error
1 parent afba5e4 commit 5362a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/checkbox/checkbox.taro.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { ReactNode, useContext, useEffect, useState } from 'react'
1+
import React, { ReactNode, useContext, useEffect, useState, FC } from 'react'
22
import { CheckDisabled, Checked, CheckNormal } from '@nutui/icons-react-taro'
33
import classNames from 'classnames'
44
import { View } from '@tarojs/components'

0 commit comments

Comments
 (0)