From 7b7b5717d5b27b42ce99a0d48cd2a3aeb2b0510d Mon Sep 17 00:00:00 2001 From: Chuma McPhoy Date: Tue, 10 Dec 2024 10:13:19 +0100 Subject: [PATCH] fix(LOY-10): proper formatting --- .../Blocks/DynamicContent/Rewards/CurrentRewards/Client.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Blocks/DynamicContent/Rewards/CurrentRewards/Client.tsx b/components/Blocks/DynamicContent/Rewards/CurrentRewards/Client.tsx index 969d4cf71..ae237cf58 100644 --- a/components/Blocks/DynamicContent/Rewards/CurrentRewards/Client.tsx +++ b/components/Blocks/DynamicContent/Rewards/CurrentRewards/Client.tsx @@ -1,9 +1,9 @@ "use client" -import { useRef,useState } from "react" +import { useRef, useState } from "react" -import Pagination from "@/components/MyPages/Pagination" import { RewardIcon } from "@/components/Blocks/DynamicContent/Rewards/RewardIcon" +import Pagination from "@/components/MyPages/Pagination" import Grids from "@/components/TempDesignSystem/Grids" import Title from "@/components/TempDesignSystem/Text/Title"