Skip to content

Commit

Permalink
rename to MouseHoverPopover
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeshanTamboli committed Aug 15, 2024
1 parent 902bb70 commit a104b24
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use client';
import * as React from 'react';
import BasicPopover from '../../../../../../docs/data/material/components/popover/BasicPopover';
import MouseOverPopover from '../../../../../../docs/data/material/components/popover/MouseOverPopover';
import MouseHoverPopover from '../../../../../../docs/data/material/components/popover/MouseHoverPopover';
import PopoverPopupState from '../../../../../../docs/data/material/components/popover/PopoverPopupState';
import VirtualElementPopover from '../../../../../../docs/data/material/components/popover/VirtualElementPopover';

Expand All @@ -17,7 +17,7 @@ export default function Popover() {
<section>
<h2> Mouse Over Popover</h2>
<div className="demo-container">
<MouseOverPopover />
<MouseHoverPopover />
</div>
</section>
<section>
Expand Down

0 comments on commit a104b24

Please sign in to comment.