fix(SW-519): Corrected import of 'Link' inisde the MyPagesMenuWrapper

This commit is contained in:
Erik Tiekstra
2024-09-30 11:18:57 +02:00
committed by Erik Tiekstra
parent 7d53b0b26a
commit 5faeaa3d34

View File

@@ -1,8 +1,7 @@
import { Link } from "react-feather"
import { myPages } from "@/constants/routes/myPages"
import { serverClient } from "@/lib/trpc/server"
import Link from "@/components/TempDesignSystem/Link"
import { getIntl } from "@/i18n"
import { getLang } from "@/i18n/serverContext"