diff --git a/apps/webapp/app/routes/__app/index.tsx b/apps/webapp/app/routes/__app/index.tsx index e1cca3377..04a1db461 100644 --- a/apps/webapp/app/routes/__app/index.tsx +++ b/apps/webapp/app/routes/__app/index.tsx @@ -1,4 +1,6 @@ +import { BookmarkIcon, PlusIcon } from "@heroicons/react/24/outline"; import { Link } from "@remix-run/react"; +import classNames from "classnames"; import { useOrganizations } from "~/hooks/useOrganizations"; import type { Organization } from "~/models/organization.server"; @@ -7,16 +9,23 @@ export default function AppLayout() { return ( <> -