mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-14 17:37:46 +00:00
[Lint] Sort imports (#2104)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { buildTree, sortedTree } from '@/utils/treeUtil'
|
||||
import { TreeNode } from 'primevue/treenode'
|
||||
|
||||
import { buildTree, sortedTree } from '@/utils/treeUtil'
|
||||
|
||||
describe('buildTree', () => {
|
||||
it('should handle empty folder items correctly', () => {
|
||||
const items = [
|
||||
|
||||
Reference in New Issue
Block a user