Skip to content

Commit

Permalink
fix: export lib
Browse files Browse the repository at this point in the history
  • Loading branch information
greper committed Jul 2, 2023
1 parent 3b2704d commit b93f554
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fast-crud/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export * from "./ui";
const { setDictRequest } = useDictDefine();
export { utils, useI18n, uiContext };
export * from "./d/index";

export * from "./lib";
export const FastCrud = {
install(app: App, options: FsSetupOptions = {}) {
if (options.ui) {
Expand Down
1 change: 1 addition & 0 deletions packages/fast-crud/src/lib/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "./fs-export";

0 comments on commit b93f554

Please sign in to comment.