From 0370b3343587a48be1698ea8b96cad39a96cd044 Mon Sep 17 00:00:00 2001 From: zant Date: Mon, 4 Nov 2024 18:46:58 +0100 Subject: [PATCH 1/6] fix: fix app router --- src/pages/my-community/MyCommunityPage.tsx | 15 ++++++++++ src/routes/AppRouter.tsx | 32 ++++++++++++++-------- 2 files changed, 35 insertions(+), 12 deletions(-) diff --git a/src/pages/my-community/MyCommunityPage.tsx b/src/pages/my-community/MyCommunityPage.tsx index 79265d5..46eaaa0 100644 --- a/src/pages/my-community/MyCommunityPage.tsx +++ b/src/pages/my-community/MyCommunityPage.tsx @@ -13,6 +13,20 @@ import Title from '@/themed/title/Title'; type Sort = 'asc' | 'desc'; +const LookerStudioEmbed = () => { + return ( +