import ListOfEvents from '@/components/gallery/ListOfEvents'; import { Metadata } from 'next'; import React from 'react'; export const metadata: Metadata = { title: 'Sales Admin', }; const Sales = () => { return ( <> ); }; export default Sales;