From aadfe206f3233032d8742a17c1f21d4750946a41 Mon Sep 17 00:00:00 2001 From: polwex Date: Wed, 16 Jul 2025 14:54:44 +0700 Subject: aaaarggh!!! --- app/index.tsx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'app/index.tsx') diff --git a/app/index.tsx b/app/index.tsx index 4d13c90..c49525b 100644 --- a/app/index.tsx +++ b/app/index.tsx @@ -14,6 +14,7 @@ import ScreenWrapper from "@/components/ScreenWrapper"; // import { ROUTES } from "@/constants/routes"; // import { Passkee } from "@/components/auth/Auth"; import { type ColorScheme, lightColors } from "@/constants"; +import Client from "@/components/Client"; import { ShipForm } from "@/components/login/ShipCredsForm"; // // import { useSettingsStore } from "../store/useSettingsStore"; @@ -129,8 +130,11 @@ import { ShipForm } from "@/components/login/ShipCredsForm"; // // This component will be rendered at build-time and never re-rendered in production. // render: "static", // }; - +///@ts-ignore +import * as rs from "readable-stream"; export default async function Index() { + console.log({ rs }); + async function handleSubmit() { // } @@ -148,7 +152,10 @@ export default async function Index() { Create a passkey for easy and secure access to your Urbit wallet - + + wtf + + -- cgit v1.2.3