feat: add JoinLoyalty component
This commit is contained in:
8
components/Loyalty/Sidebar/JoinLoyalty/Contact/index.tsx
Normal file
8
components/Loyalty/Sidebar/JoinLoyalty/Contact/index.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import { Lang } from "@/constants/languages"
|
||||
import { serverClient } from "@/lib/trpc/server"
|
||||
|
||||
export default function Contact({ lang }: { lang: Lang }) {
|
||||
const data = serverClient().contentstack.contactConfig.get({ lang })
|
||||
|
||||
return <div></div>
|
||||
}
|
||||
Reference in New Issue
Block a user