Skip to content

Commit

Permalink
Fix Menu templateDoc example
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Sep 14, 2024
1 parent 0803265 commit ac07d5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/doc/menu/templatedoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ import React from 'react';
import { Menu } from 'primereact/menu';
import { Badge } from 'primereact/badge';
import { Avatar } from 'primereact/avatar';
import { classNames } from 'primereact/utils';
export default function TemplateDemo() {
const itemRenderer = (item) => (
Expand Down Expand Up @@ -247,6 +248,7 @@ import { Menu } from 'primereact/menu';
import { Toast } from 'primereact/toast';
import { Badge } from 'primereact/badge';
import { MenuItem } from 'primereact/menuitem';
import { classNames } from 'primereact/utils';
export default function TemplateDemo() {
const itemRenderer = (item) => (
Expand Down

0 comments on commit ac07d5c

Please sign in to comment.