Explorar o código

fix: remove never 类型

ansoni hai 4 meses
pai
achega
ae38c4e75a
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      src/app/[locale]/(navbar)/cashback/layout.tsx

+ 0 - 2
src/app/[locale]/(navbar)/cashback/layout.tsx

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