use camelcase for layoutStore filename

This commit is contained in:
bymyself
2025-09-04 19:59:49 -07:00
parent 817f4d036a
commit 07b7ed9385
13 changed files with 12 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
import { beforeEach, describe, expect, it } from 'vitest'
import { layoutStore } from '@/renderer/core/layout/store/LayoutStore'
import { layoutStore } from '@/renderer/core/layout/store/layoutStore'
import { LayoutSource, type NodeLayout } from '@/renderer/core/layout/types'
describe('layoutStore CRDT operations', () => {