import Layout from '@/Layouts/Layout'; import Searchbar from '@/Components/Searchbar'; import CreateButton from '@/Components/CreateButton'; import ProductForm from '@/Components/ProductForm'; import ProductTable from '@/Components/ProductTable'; import { useState } from 'react' import { router } from '@inertiajs/react' export default function Index({ contents }){ return (
hello
); } Index.layout = page =>