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
-
-
-
-
-
-
-
-
-
- );
+ 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: (
-
- ),
- },
-];