From dd1783f038cd48c61db31df5e8809f5d9fdbcb60 Mon Sep 17 00:00:00 2001 From: Maciek Sitkowski Date: Sun, 26 Nov 2023 05:59:34 +0100 Subject: [PATCH] build remix app --- apps/remix/app/routes/_index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remix/app/routes/_index.tsx b/apps/remix/app/routes/_index.tsx index e584394..4c62c9b 100644 --- a/apps/remix/app/routes/_index.tsx +++ b/apps/remix/app/routes/_index.tsx @@ -27,7 +27,7 @@ export default function Index() { return (
-

PNPM MONOREPO

+

PNPM MONOREPO


Cats fetched from NestJS

{JSON.stringify(cats, null, 2)}