mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
refactor(editor): move figma squircle to shared (#10610)
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import type { ErrorCode } from './code.js';
|
||||
import { ErrorCode } from './code.js';
|
||||
|
||||
export class BlockSuiteError extends Error {
|
||||
static ErrorCode = ErrorCode;
|
||||
|
||||
code: ErrorCode;
|
||||
|
||||
isFatal: boolean;
|
||||
|
||||
Reference in New Issue
Block a user