chore(ui): run formatting
Some checks failed
🚀 Release / release (pull_request) Failing after 3m24s

This commit is contained in:
2026-02-03 22:18:57 +01:00
parent 0fd27b2bf6
commit c5c9f84222

View File

@@ -1,4 +1,4 @@
import { describe, it, expect } from 'vitest';
import { describe, expect, it } from 'vitest';
import { getBoundingValue } from './getBoundingValue';
describe('getBoundingValue', () => {