diff --git a/src/app/create-brand/page.tsx b/src/app/create-brand/page.tsx index 413feed..f8ab14b 100644 --- a/src/app/create-brand/page.tsx +++ b/src/app/create-brand/page.tsx @@ -1,7 +1,7 @@ -"use client" +"use client"; -import BrandForm from "@/components/BrandForm" +import BrandForm from "@/components/BrandForm"; export default function CreateBrand() { - return -} \ No newline at end of file + return ; +}