mediahub-fe/components/partials/sidebar/common/menu-icon.tsx

9 lines
125 B
TypeScript
Raw Normal View History

2024-11-26 03:09:48 +00:00
import React from 'react'
const MenuIcon = () => {
return (
<div>MenuIcon</div>
)
}
export default MenuIcon