mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-02 14:27:40 +00:00
Use '@' path mapping (#94)
This commit is contained in:
@@ -3,7 +3,7 @@ import { applyClasses, ClassList, toggleElement } from "../utils";
|
||||
import { prop } from "../../utils";
|
||||
import type { ComfyPopup } from "./popup";
|
||||
import type { ComfyComponent } from ".";
|
||||
import type { ComfyApp } from "scripts/app";
|
||||
import type { ComfyApp } from "@/scripts/app";
|
||||
|
||||
type ComfyButtonProps = {
|
||||
icon?: string;
|
||||
|
||||
Reference in New Issue
Block a user