perf: replace vue-sonner with the toast component of shadcn-ui
This commit is contained in:
@@ -2,8 +2,8 @@ import { h } from 'vue';
|
||||
|
||||
import { Icon } from '@iconify/vue';
|
||||
|
||||
function createIcon(icon: string) {
|
||||
function createIconifyIcon(icon: string) {
|
||||
return h(Icon, { icon });
|
||||
}
|
||||
|
||||
export { createIcon };
|
||||
export { createIconifyIcon };
|
||||
|
Reference in New Issue
Block a user