diff --git a/app/routes/_app.app.tsx b/app/routes/_app.app.tsx
index fc1c6de..4e62f99 100644
--- a/app/routes/_app.app.tsx
+++ b/app/routes/_app.app.tsx
@@ -1,4 +1,4 @@
-import { Button } from "@radix-ui/themes";
+import { Button, Card, DropdownMenu, IconButton } from "@radix-ui/themes";
import { Link } from "@remix-run/react";
import { css, cx } from "styled-system/css";
import { container } from "styled-system/patterns";
@@ -37,6 +37,7 @@ export default function AppHome() {