|
@@ -14,8 +14,6 @@ export default async function Layout({
|
|
}: {
|
|
}: {
|
|
children: ReactNode;
|
|
children: ReactNode;
|
|
params: { locale: string };
|
|
params: { locale: string };
|
|
- cashbackInfo: ReactNode;
|
|
|
|
- // cashbackTable: ReactNode;
|
|
|
|
}) {
|
|
}) {
|
|
const t = await getTranslations("cashback");
|
|
const t = await getTranslations("cashback");
|
|
return (
|
|
return (
|