Skip to content

Commit

Permalink
refactor(hooks): moved specific hooks to shared package
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklin committed Aug 17, 2023
1 parent fcc757a commit 90b931a
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/admin/src/composables/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
export * from "./setting";
export * from "./useChartOption";
export * from "./useComponentRef";
export * from "./useMergeState";
export * from "./useNaiveUIConfigProvider";
export * from "./useState";
3 changes: 3 additions & 0 deletions packages/web/hooks/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
export * from "./useComponentRef";
export * from "./useLoading";
export * from "./useMergeState";
export * from "./useScreen";
export * from "./useState";
File renamed without changes.
File renamed without changes.
File renamed without changes.

1 comment on commit 90b931a

@vercel
Copy link

@vercel vercel bot commented on 90b931a Aug 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

celeris-web-api – ./services/admin

celeris-web-api.vercel.app
celeris-web-api-kirklin.vercel.app
celeris-web-api-git-master-kirklin.vercel.app

Please sign in to comment.