Explorar el Código

fix: 修改promo引用方式

Before hace 9 meses
padre
commit
c0384e39d3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/app/[locale]/(TabBar)/promo/page.tsx

+ 1 - 1
src/app/[locale]/(TabBar)/promo/page.tsx

@@ -2,8 +2,8 @@ import { BannerRep } from "@/api/home";
 import Empty from "@/components/Empty";
 import { server } from "@/utils/server";
 
-import Popup from "@/app/[locale]/(TabBar)/(entire)/promo/Popup";
 import Box from "@/components/Box";
+import Popup from "./Popup";
 const getPromotionApi = async () => {
     return server
         .request<BannerRep[]>({