Skip to content

Commit 906e074

Browse files
committed
Update docs-navbar.tsx
1 parent 9f25407 commit 906e074

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

widgets/layout/docs-navbar.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ import * as HTMLInputSearchExamples from "docs-content/html/input-search";
101101
import * as HTMLFormExamples from "docs-content/html/form";
102102
import * as HTMLListExamples from "docs-content/html/list";
103103
import * as HTMLMenuExamples from "docs-content/html/menu";
104+
import * as HTMLModalExamples from "docs-content/html/modal";
104105
import * as HTMLNavbarExamples from "docs-content/html/navbar";
105106
import * as HTMLPaginationExamples from "docs-content/html/pagination";
106107
import * as HTMLPopoverExamples from "docs-content/html/popover";
@@ -387,6 +388,7 @@ const components = {
387388
HTMLFormExamples,
388389
HTMLListExamples,
389390
HTMLMenuExamples,
391+
HTMLModalExamples,
390392
HTMLNavbarExamples,
391393
HTMLPaginationExamples,
392394
HTMLPopoverExamples,

0 commit comments

Comments
 (0)