"use client" import CreateWizardForm from "@/components/form/form-wizard/wizard-form"; import AuthtorsTable from "@/components/table/authors-table"; import CustomerTable from "@/components/table/customers-table"; import InvoiceTable from "@/components/table/invoice-table"; import UserTable from "@/components/table/article-table"; import UsersTable from "@/components/table/users-table"; import { Card, Divider, Image } from "@nextui-org/react"; export default function WizardPage() { return (
Form Wizard
This is Form WizardPage
Form Wizard