Skip to content

Commit 7775032

Browse files
committed
chore: remove unused function
1 parent e3a4aa5 commit 7775032

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

js/src/pages/GetRestPosts.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { useMany } from '@/hooks'
2-
import { renderHTML } from '@/utils'
2+
import { renderHTML } from 'antd-toolkit'
33
import defaultImage from '@/assets/images/defaultImage.jpg'
44
import { TPost, TImage } from '@/types/wpRestApi'
55

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wp-react-plugin",
33
"private": true,
4-
"version": "2.0.11",
4+
"version": "2.0.12",
55
"type": "module",
66
"scripts": {
77
"bootstrap": "yarn install && composer install --no-interaction",

0 commit comments

Comments
 (0)