Skip to content

Commit f272e5a

Browse files
authored
fix: @nutui/icons-react changed to @nutui/icons-react-taro (#2651)
1 parent 2c76057 commit f272e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/calendar/demos/taro/demo1.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, { useState } from 'react'
22
import { Cell, Calendar } from '@nutui/nutui-react-taro'
3-
import { Star } from '@nutui/icons-react'
3+
import { Star } from '@nutui/icons-react-taro'
44

55
const Demo1 = () => {
66
const d = new Date()

0 commit comments

Comments
 (0)