format imports

this is really just to see if build handbook works kek
This commit is contained in:
KingRainbow44 2023-05-15 04:00:34 -04:00
parent c07c7701dd
commit 79d417c3ca
No known key found for this signature in database
GPG Key ID: FC2CB64B00D257BE
2 changed files with 2 additions and 4 deletions

View File

@ -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.
*

View File

@ -1,7 +1,5 @@
import React from "react";
import { itemIcon } from "@app/utils";
import "@css/widgets/MiniCard.scss";
interface IProps {