Skip to content

Commit

Permalink
chore: updated KAction import
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed May 4, 2024
1 parent 6cb382a commit 2622a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/boot/kdk.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default async ({ app }) => {
}

// Register global components
app.component('KAction', await kdkCoreUtils.loadComponent('KAction'))
app.component('KAction', await kdkCoreUtils.loadComponent('action/KAction'))
app.component('KPanel', await kdkCoreUtils.loadComponent('KPanel'))
app.component('KStamp', await kdkCoreUtils.loadComponent('KStamp'))
app.component('KModal', await kdkCoreUtils.loadComponent('KModal'))
Expand Down

0 comments on commit 2622a9c

Please sign in to comment.