This commit is contained in:
2025-09-05 15:35:19 +02:00
parent 1df765c4aa
commit ddbe3c795d
2 changed files with 107 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ import { Dashboard } from '@/components/Dashboard'
import { AppsPreview } from '@/components/Apps'
import { FarmerPreview } from '@/components/Farmer'
import { TfDashboard } from '@/components/TfDashboard'
import { ProductsPreview } from '@/components/Products'
export default function Home() {
@@ -26,6 +27,7 @@ export default function Home() {
<FarmerPreview />
<TfDashboard />
<AppsPreview />
<ProductsPreview />
</>
)