diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 736b415..8589efe 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -6,7 +6,7 @@
-
+
@@ -74,7 +74,7 @@
-
+
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8e8ee14..812778f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -3,13 +3,14 @@ import 'dotenv/config'
import { cookies } from 'next/headers'
import "@radix-ui/themes/styles.css";
import {Text, Theme} from "@radix-ui/themes";
+import Image from "next/image";
export default async function Home() {
console.log((await cookies()).get("access_token"))
return (
-

+
Tappo