fix(LOY-10): proper formatting

This commit is contained in:
Chuma McPhoy
2024-12-10 10:13:19 +01:00
parent 4aab9c01ef
commit 7b7b5717d5

View File

@@ -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"