new things
This commit is contained in:
@@ -1,11 +1,10 @@
|
|||||||
|
import dynamic from "next/dynamic";
|
||||||
import dynamic from 'next/dynamic'
|
const Products = dynamic(() => import("@/components/productsPage/products"));
|
||||||
const Products = dynamic(() => import('@/components/productsPage/products'));
|
|
||||||
|
|
||||||
export default function Page() {
|
export default function Page() {
|
||||||
return (
|
return (
|
||||||
<div className='min-h-screen bg-white'>
|
<div className="min-h-screen bg-white">
|
||||||
<Products />
|
<Products />
|
||||||
</div>
|
</div>
|
||||||
)
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,6 +5,8 @@ import { motion } from "framer-motion";
|
|||||||
import { FileSearch } from "lucide-react";
|
import { FileSearch } from "lucide-react";
|
||||||
import { useLanguage } from "@/context/language-context";
|
import { useLanguage } from "@/context/language-context";
|
||||||
|
|
||||||
|
//salomalr
|
||||||
|
|
||||||
export default function EmptyState() {
|
export default function EmptyState() {
|
||||||
const { t } = useLanguage();
|
const { t } = useLanguage();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user