Skip to content

Commit

Permalink
chore: update index
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo committed Feb 1, 2024
1 parent 5c78652 commit 005bd57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/next-app/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ const routes = [
{ path: "/popover/controlled", name: "Popover - Controlled" },
{ path: "/color-picker/controlled", name: "ColorPicker - Controlled" },
{ path: "/date-picker/controlled-range-picker", name: "DateRangePicker - Controlled" },
{ path: "/hover-card/controlled", name: "HoverCard - Controlled" },
{ path: "/tooltip/controlled", name: "Tooltip - Controlled" },
]

export default function Page() {
Expand Down

0 comments on commit 005bd57

Please sign in to comment.