Skip to content

Commit

Permalink
Fix primefaces#6353: Sidebar doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Apr 9, 2024
1 parent b48c0dc commit b7adb61
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/doc/sidebar/headlessdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ import React, { useState, useRef } from 'react';
import { Sidebar } from 'primereact/sidebar';
import { Button } from 'primereact/button';
import { Avatar } from 'primereact/avatar';
import { Ripple } from 'primereact/Ripple';
import { StyleClass } from 'primereact/StyleClass';
import { Ripple } from 'primereact/ripple';
import { StyleClass } from 'primereact/styleclass';
export default function HeadlessDemo() {
const [visible, setVisible] = useState(false);
Expand Down Expand Up @@ -405,8 +405,8 @@ import React, { useState, useRef } from 'react';
import { Sidebar } from 'primereact/sidebar';
import { Button } from 'primereact/button';
import { Avatar } from 'primereact/avatar';
import { Ripple } from 'primereact/Ripple';
import { StyleClass } from 'primereact/StyleClass';
import { Ripple } from 'primereact/ripple';
import { StyleClass } from 'primereact/styleclass';
export default function HeadlessDemo() {
const [visible, setVisible] = useState<boolean>(false);
Expand Down

0 comments on commit b7adb61

Please sign in to comment.