[CodeFactor] Apply fixes

This commit is contained in:
codefactor-io
2026-01-29 09:56:34 +00:00
parent 0a33ca7f6e
commit 9820595a70
11 changed files with 15 additions and 16 deletions
@@ -1,7 +1,7 @@
import type { Plugin } from "../../core/types";
import { waitForElm } from "@/seqta/utils/waitForElm";
import { getAssessmentsData } from "./api";
import { renderSkeletonLoader, renderErrorState } from "./ui";
import { renderErrorState, renderSkeletonLoader } from "./ui";
import styles from "./styles.css?inline";
import { delay } from "@/seqta/utils/delay";