removed imports

This commit is contained in:
James Ritchie
2024-08-30 14:57:52 +01:00
parent e298ab3078
commit e2bbf98021
@@ -2,16 +2,12 @@ import {
ArrowPathIcon,
ArrowUturnLeftIcon,
BookOpenIcon,
CommandLineIcon,
ServerIcon,
ServerStackIcon,
} from "@heroicons/react/20/solid";
import { Outlet, useLocation, useParams } from "@remix-run/react";
import { LoaderFunctionArgs } from "@remix-run/server-runtime";
import { Fragment } from "react/jsx-runtime";
import { typedjson, useTypedLoaderData } from "remix-typedjson";
import { z } from "zod";
import { BlankstateInstructions } from "~/components/BlankstateInstructions";
import { UserAvatar } from "~/components/UserProfilePhoto";
import { EnvironmentLabel } from "~/components/environments/EnvironmentLabel";
import { MainCenteredContainer, PageBody, PageContainer } from "~/components/layout/AppLayout";