From e81901f30a1e5cfa18cd5d0c2633b5aa42bdefb4 Mon Sep 17 00:00:00 2001
From: "gpt-engineer-app[bot]"
<159125892+gpt-engineer-app[bot]@users.noreply.github.com>
Date: Thu, 16 Apr 2026 23:01:43 +0000
Subject: [PATCH] Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
---
src/routes/__root.tsx | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/src/routes/__root.tsx b/src/routes/__root.tsx
index 74c8f8a..de705b2 100644
--- a/src/routes/__root.tsx
+++ b/src/routes/__root.tsx
@@ -1,4 +1,5 @@
import { Outlet, Link, createRootRoute, HeadContent, Scripts } from "@tanstack/react-router";
+import { AuthProvider } from "@/lib/auth";
import appCss from "../styles.css?url";
@@ -67,5 +68,9 @@ function RootShell({ children }: { children: React.ReactNode }) {
}
function RootComponent() {
- return ;
+ return (
+
+
+
+ );
}