// 'use client' import React from 'react'; import { ImagePlus, X } from 'lucide-react'; import { AdtCreateForm } from '@/components/shared/adt-create/adt-create-form'; export default function CreateListing() { return ( // // // Create New Listing // // // // Title // // // // // // Category // // // Select a category // Vehicles // Real Estate // Electronics // Fashion // Jobs // Sports // Art // Books // // // // // Price // // // $ // // // // // // Description // // // // // // Photos // // // // // Add Photo // // // // // // Location // // // // // // Create Listing // // // Cancel // // // // // ); }