refactor: move all loyalty enums to new file

This commit is contained in:
Christel Westerberg
2024-05-02 11:40:22 +02:00
parent 4ef48bb0cd
commit 2bd757b29c
7 changed files with 9 additions and 9 deletions

View File

@@ -1,12 +1,12 @@
import { z } from "zod"
import { Embeds } from "@/types/requests/embeds"
import {
JoinLoyaltyContactTypenameEnum,
LoyaltyBlocksTypenameEnum,
LoyaltyComponentEnum,
SidebarTypenameEnum,
} from "@/types/requests/loyaltyPage"
} from "@/types/components/loyalty/enums"
import { Embeds } from "@/types/requests/embeds"
import { Edges } from "@/types/requests/utils/edges"
import { RTEDocument } from "@/types/rte/node"