Skip to content

Commit 9d32875

Browse files
committed
fix(docs): fixed typo in import
1 parent 1298c48 commit 9d32875

File tree

1 file changed

+1
-1
lines changed
  • libs/doc-pages/dropdown/src/lib/docs

1 file changed

+1
-1
lines changed

libs/doc-pages/dropdown/src/lib/docs/usage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### Standalone component usage
22
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
33

4-
import { BsDropdownModule } from 'ngx-bootstrap/datepicker';
4+
import { BsDropdownModule } from 'ngx-bootstrap/dropdown';
55

66
@Components({
77
standalone: true,

0 commit comments

Comments
 (0)