From 40012a771e94bfde1ab54f026fa7cd8c625f4517 Mon Sep 17 00:00:00 2001 From: christian Date: Thu, 31 Oct 2024 06:34:59 +0100 Subject: [PATCH] yes --- app/routes/_index.tsx | 127 +----------------------------------------- 1 file changed, 1 insertion(+), 126 deletions(-) diff --git a/app/routes/_index.tsx b/app/routes/_index.tsx index afdf49c..d5b7f5c 100644 --- a/app/routes/_index.tsx +++ b/app/routes/_index.tsx @@ -9,130 +9,5 @@ export const meta: MetaFunction = () => { export default function Index() { return ( -
-
-
-

- Welcome to Remix -

-
- Remix - Remix -
-
- -
-
- ); +
Hej Augusta!
) } - -const resources = [ - { - href: "https://remix.run/start/quickstart", - text: "Quick Start (5 min)", - icon: ( - - - - ), - }, - { - href: "https://remix.run/start/tutorial", - text: "Tutorial (30 min)", - icon: ( - - - - ), - }, - { - href: "https://remix.run/docs", - text: "Remix Docs", - icon: ( - - - - ), - }, - { - href: "https://rmx.as/discord", - text: "Join Discord", - icon: ( - - - - ), - }, -];