From 3e284d2c0b9719d2ef6763b77906264501272d3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matilda=20Landstr=C3=B6m?= Date: Mon, 27 May 2024 16:48:54 +0200 Subject: [PATCH] refactor: rename import --- components/ContentType/LoyaltyPage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/ContentType/LoyaltyPage.tsx b/components/ContentType/LoyaltyPage.tsx index 9dc6420b1..6c5625ae4 100644 --- a/components/ContentType/LoyaltyPage.tsx +++ b/components/ContentType/LoyaltyPage.tsx @@ -3,7 +3,7 @@ import { PageTypes } from "@/server/routers/contentstack/breadcrumbs/input" import { auth } from "@/auth" import { Blocks } from "@/components/Loyalty/Blocks" -import * as LoyaltySidebar from "@/components/Loyalty/Sidebar" +import SidebarLoyalty from "@/components/Loyalty/Sidebar" import MaxWidth from "@/components/MaxWidth" import Sidebar from "@/components/MyPages/Sidebar" @@ -24,7 +24,7 @@ export default async function LoyaltyPage({ lang }: LangParams) { {session ? ( ) : loyaltyPage.sidebar.length ? ( - + ) : null}