Skip to content

Commit

Permalink
fix(omi-templates): fix ts error
Browse files Browse the repository at this point in the history
  • Loading branch information
dntzhang committed Apr 1, 2024
1 parent 459fd15 commit d032875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/omi-templates/src/pages/components/icon.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as copyToClipboard from 'copy-to-clipboard'
import { showMsg } from '@/components/omiu/msg'
import { showMsg } from '../../components/omiu/msg'

// @ts-ignore
const copy = copyToClipboard.default || copyToClipboard
Expand Down

0 comments on commit d032875

Please sign in to comment.