mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-29 16:19:43 +08:00
refactor(editor): move figma squircle to shared (#10610)
This commit is contained in:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user