fix(SW-519): Corrected import of 'Link' inisde the MyPagesMenuWrapper
This commit is contained in:
committed by
Erik Tiekstra
parent
7d53b0b26a
commit
5faeaa3d34
@@ -1,8 +1,7 @@
|
|||||||
import { Link } from "react-feather"
|
|
||||||
|
|
||||||
import { myPages } from "@/constants/routes/myPages"
|
import { myPages } from "@/constants/routes/myPages"
|
||||||
import { serverClient } from "@/lib/trpc/server"
|
import { serverClient } from "@/lib/trpc/server"
|
||||||
|
|
||||||
|
import Link from "@/components/TempDesignSystem/Link"
|
||||||
import { getIntl } from "@/i18n"
|
import { getIntl } from "@/i18n"
|
||||||
import { getLang } from "@/i18n/serverContext"
|
import { getLang } from "@/i18n/serverContext"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user