Skip to content

Commit

Permalink
fix: @nutui/icons-react changed to @nutui/icons-react-taro (#2651)
Browse files Browse the repository at this point in the history
  • Loading branch information
oasis-cloud authored Oct 21, 2024
1 parent 2c76057 commit f272e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages/calendar/demos/taro/demo1.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useState } from 'react'
import { Cell, Calendar } from '@nutui/nutui-react-taro'
import { Star } from '@nutui/icons-react'
import { Star } from '@nutui/icons-react-taro'

const Demo1 = () => {
const d = new Date()
Expand Down

0 comments on commit f272e5a

Please sign in to comment.