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

9 lines
125 B
TypeScript
Raw Normal View History

2025-09-23 13:07:34 +00:00
import React from 'react'
const MenuIcon = () => {
return (
<div>MenuIcon</div>
)
}
export default MenuIcon