refactor(editor): move figma squircle to shared (#10610)

This commit is contained in:
Saul-Mirone
2025-03-04 10:26:58 +00:00
parent fa5674166e
commit 5ad3d3c94a
12 changed files with 9 additions and 7 deletions
@@ -1,6 +1,6 @@
import { describe, expect, test, vi } from 'vitest';
import { Slot } from '../utils.js';
import { Slot } from '../utils/slot.js';
describe('slot', () => {
test('init', () => {
@@ -1,6 +1,6 @@
import { describe, expect, test } from 'vitest';
import { isEqual } from '../utils.js';
import { isEqual } from '../utils/index.js';
describe('isEqual', () => {
test('number', () => {