Skip to content

Commit

Permalink
fix type in exports
Browse files Browse the repository at this point in the history
  • Loading branch information
ZelvaMan committed Apr 8, 2024
1 parent 9b2249a commit 163cfaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * as Contants from '$lib/constants.js';
export * as Constants from '$lib/constants.js';
export { TreeHelper } from '$lib/helpers/tree-helper.js';
export { default as TreeView } from './TreeView.svelte';
export { default as MenuDivider } from './menu/MenuDivider.svelte';
Expand Down

0 comments on commit 163cfaa

Please sign in to comment.