Skip to content

Commit

Permalink
chore: chore utils
Browse files Browse the repository at this point in the history
  • Loading branch information
devcui committed Jul 3, 2024
1 parent 4fe0677 commit 2090ea5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 28 deletions.
1 change: 0 additions & 1 deletion packages/util/config/abc/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export * from './date-picker.type';
export * from './loading.type';
export * from './lodop.type';
export * from './page-header.type';
export * from './qr.type';
export * from './se.type';
export * from './sv.type';
export * from './sg.type';
Expand Down
25 changes: 0 additions & 25 deletions packages/util/config/abc/qr.type.ts

This file was deleted.

2 changes: 0 additions & 2 deletions packages/util/config/config.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import {
YunzaiOnboardingConfig,
YunzaiPageHeaderConfig,
YunzaiPdfConfig,
YunzaiQRConfig,
YunzaiSEConfig,
YunzaiSGConfig,
YunzaiSTConfig,
Expand Down Expand Up @@ -44,7 +43,6 @@ export interface YunzaiConfig {
onboarding?: YunzaiOnboardingConfig;
lodop?: YunzaiLodopConfig;
pageHeader?: YunzaiPageHeaderConfig;
qr?: YunzaiQRConfig;
se?: YunzaiSEConfig;
sg?: YunzaiSGConfig;
sv?: YunzaiSVConfig;
Expand Down

0 comments on commit 2090ea5

Please sign in to comment.