From 83d1a1c558293e1b14c9a5847628e7661f749c66 Mon Sep 17 00:00:00 2001 From: trisusilo48 Date: Mon, 21 Oct 2024 14:54:11 +0700 Subject: initial commit --- app/lib/camera/component/hedear.tsx | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 app/lib/camera/component/hedear.tsx (limited to 'app/lib/camera/component/hedear.tsx') diff --git a/app/lib/camera/component/hedear.tsx b/app/lib/camera/component/hedear.tsx new file mode 100644 index 0000000..5cf3f1d --- /dev/null +++ b/app/lib/camera/component/hedear.tsx @@ -0,0 +1,21 @@ +// components/Header.tsx +import Image from "next/image"; + +export default function Header() { + return ( + + ); +} -- cgit v1.2.3