From b5299b897b79441052aceb5476ebcf317719aa0d Mon Sep 17 00:00:00 2001 From: Rohit Kumar Saini Date: Tue, 10 Dec 2024 12:32:51 +0100 Subject: [PATCH 1/6] feat(me): create basic layout of me page --- app/components/layout/sidebar/bottom.tsx | 14 ++++- app/routes/_layout+/me.assets.tsx | 14 +++++ app/routes/_layout+/me.tsx | 67 ++++++++++++++++++++++++ 3 files changed, 94 insertions(+), 1 deletion(-) create mode 100644 app/routes/_layout+/me.assets.tsx create mode 100644 app/routes/_layout+/me.tsx diff --git a/app/components/layout/sidebar/bottom.tsx b/app/components/layout/sidebar/bottom.tsx index b72e72825..a43989edb 100644 --- a/app/components/layout/sidebar/bottom.tsx +++ b/app/components/layout/sidebar/bottom.tsx @@ -74,7 +74,19 @@ export default function SidebarBottom({ user }: Props) { > + + +