⚠️ refactor (components): rename flow components to content
This commit is contained in:
@@ -49,7 +49,7 @@ const navMenu = ref({
|
||||
{
|
||||
title: 'Test Medicine List',
|
||||
icon: 'i-lucide-user',
|
||||
component: defineAsyncComponent(() => import('~/components/flow/item/list.vue')),
|
||||
component: defineAsyncComponent(() => import('~/components/content/item/list.vue')),
|
||||
},
|
||||
],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user