Skip to content

Commit

Permalink
chore: fix review issues
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Oct 18, 2023
1 parent ae740a5 commit 8983309
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .changeset/weak-walls-invent.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"@alauda/ui": major
"@alauda/ui": minor
---

feat!: migrate to standalone API
9 changes: 1 addition & 8 deletions src/drawer/drawer.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,7 @@ const COMMON = [
];

@NgModule({
imports: [
CommonModule,
IconModule,
IconModule,
OverlayModule,
PortalModule,
...COMMON,
],
imports: [CommonModule, IconModule, OverlayModule, PortalModule, ...COMMON],
exports: COMMON,
providers: [DrawerService],
})
Expand Down

0 comments on commit 8983309

Please sign in to comment.