import React from 'react'
export const MenuSeparator = () => (
<div className="my-1 border-gray-200 dark:border-gray-500 border-b" />
)