feat/user: use our wrapped cache instead of reacts cache

This commit is contained in:
Linus Flood
2024-12-17 17:22:50 +01:00
parent 13717118c6
commit 66649ba6af

View File

@@ -1,5 +1,4 @@
import { metrics } from "@opentelemetry/api"
import { cache } from "react"
import * as api from "@/lib/api"
import { dt } from "@/lib/dt"
@@ -10,6 +9,7 @@ import {
} from "@/server/trpc"
import { countries } from "@/components/TempDesignSystem/Form/Country/countries"
import { cache } from "@/utils/cache"
import * as maskValue from "@/utils/maskValue"
import { getMembership, getMembershipCards } from "@/utils/user"