mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-03 20:20:03 +00:00
@@ -1,4 +1,4 @@
|
||||
import { addStylesheet } from "../utils.js";
|
||||
import { addStylesheet } from "../utils";
|
||||
|
||||
addStylesheet(import.meta.url);
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { api } from "../api.js";
|
||||
import { $el } from "../ui";
|
||||
import { addStylesheet } from "../utils.js";
|
||||
import { addStylesheet } from "../utils";
|
||||
import { createSpinner } from "./spinner.js";
|
||||
|
||||
export class UserSelectionScreen {
|
||||
|
||||
Reference in New Issue
Block a user