From aadfe206f3233032d8742a17c1f21d4750946a41 Mon Sep 17 00:00:00 2001 From: polwex Date: Wed, 16 Jul 2025 14:54:44 +0700 Subject: aaaarggh!!! --- app/_layout.tsx | 1 + app/index.tsx | 11 +++++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'app') diff --git a/app/_layout.tsx b/app/_layout.tsx index 6974539..2b395c7 100644 --- a/app/_layout.tsx +++ b/app/_layout.tsx @@ -1,3 +1,4 @@ +import "../polyfills"; // import { // DarkTheme, // DefaultTheme, 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