import { AppShell } from "@/components/layout/app-shell"; import { LotMixingClient } from "@/features/lot-transformations/components/lot-mixing-client"; import { getAppSettings } from "@/lib/app-settings"; export default async function SortingPage() { const settings = await getAppSettings(); return ( ); }