|
@@ -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[]>({
|