other
This commit is contained in:
@@ -53,16 +53,6 @@ import {
|
||||
|
||||
import type { Metadata, Viewport } from 'next';
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Customer Management - Ember",
|
||||
};
|
||||
|
||||
export const viewport: Viewport = {
|
||||
themeColor: "#000000",
|
||||
initialScale: 1,
|
||||
width: 'device-width',
|
||||
};
|
||||
|
||||
export default function CustomerManagementPage() {
|
||||
const router = useRouter();
|
||||
const [customers, setCustomers] = useState<CustomerStats[]>([]);
|
||||
|
||||
Reference in New Issue
Block a user