Navigations
It's only used for customer dashboard. It isn't resuable component
💡
Folder location: src/components/layouts/customer-dashboard/Navigations
Examples
import Navigations from './Navigations'
export default function Example() {
return <Navigations />
}