Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit 319c20e

Browse files
committed
fix: using index.ts file
1 parent 4227a35 commit 319c20e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bootstrap-vue-next/src/types/BootstrapVueOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as Components from '../components'
2-
import * as Directives from '../directives/exports'
2+
import * as Directives from '../directives'
33

44
interface BToastPluginOptions {
55
injectkey: symbol

0 commit comments

Comments
 (0)