mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-18 01:46:44 +01:00
format imports
this is really just to see if build handbook works kek
This commit is contained in:
@@ -2,11 +2,11 @@ import React from "react";
|
|||||||
|
|
||||||
import type { Entity as EntityType, EntityInfo } from "@backend/types";
|
import type { Entity as EntityType, EntityInfo } from "@backend/types";
|
||||||
import { copyToClipboard, entityIcon, notNaN } from "@app/utils";
|
import { copyToClipboard, entityIcon, notNaN } from "@app/utils";
|
||||||
|
|
||||||
import "@css/widgets/ObjectCard.scss";
|
|
||||||
import { connected, spawnEntity } from "@backend/server";
|
import { connected, spawnEntity } from "@backend/server";
|
||||||
import { spawn } from "@backend/commands";
|
import { spawn } from "@backend/commands";
|
||||||
|
|
||||||
|
import "@css/widgets/ObjectCard.scss";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Converts a description string into a list of paragraphs.
|
* Converts a description string into a list of paragraphs.
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
import React from "react";
|
import React from "react";
|
||||||
|
|
||||||
import { itemIcon } from "@app/utils";
|
|
||||||
|
|
||||||
import "@css/widgets/MiniCard.scss";
|
import "@css/widgets/MiniCard.scss";
|
||||||
|
|
||||||
interface IProps {
|
interface IProps {
|
||||||
|
|||||||
Reference in New Issue
Block a user