diff --git a/src/handbook/src/ui/widgets/EntityCard.tsx b/src/handbook/src/ui/widgets/EntityCard.tsx index 820e7cdfc..c7e494f4c 100644 --- a/src/handbook/src/ui/widgets/EntityCard.tsx +++ b/src/handbook/src/ui/widgets/EntityCard.tsx @@ -2,11 +2,11 @@ import React from "react"; import type { Entity as EntityType, EntityInfo } from "@backend/types"; import { copyToClipboard, entityIcon, notNaN } from "@app/utils"; - -import "@css/widgets/ObjectCard.scss"; import { connected, spawnEntity } from "@backend/server"; import { spawn } from "@backend/commands"; +import "@css/widgets/ObjectCard.scss"; + /** * Converts a description string into a list of paragraphs. * diff --git a/src/handbook/src/ui/widgets/MiniCard.tsx b/src/handbook/src/ui/widgets/MiniCard.tsx index 1a5f25db6..a7e45af52 100644 --- a/src/handbook/src/ui/widgets/MiniCard.tsx +++ b/src/handbook/src/ui/widgets/MiniCard.tsx @@ -1,7 +1,5 @@ import React from "react"; -import { itemIcon } from "@app/utils"; - import "@css/widgets/MiniCard.scss"; interface IProps {