chore(SW-285): move loyalty levels data

This commit is contained in:
Chuma McPhoy
2024-09-05 16:23:16 +02:00
parent 0f80d82eac
commit 0d27f753ed
18 changed files with 3 additions and 727 deletions

View File

@@ -4,7 +4,7 @@ import {
membershipLevels,
} from "@/constants/membershipLevels"
import levelsData from "@/components/Loyalty/Blocks/DynamicContent/LoyaltyLevels/data"
import levelsData from "@/data/loyaltyLevels"
export function getMembershipLevelObject(
membershipLevel: MembershipLevelEnum,