mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
feat: add @affine/sdk (#3536)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { PluginContext } from '@toeverything/plugin-infra/entry';
|
||||
import type { PluginContext } from '@affine/sdk/entry';
|
||||
import { createElement } from 'react';
|
||||
import { createRoot } from 'react-dom/client';
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { ServerContext } from '@toeverything/plugin-infra/server';
|
||||
import type { ServerContext } from '@affine/sdk/server';
|
||||
import { getLinkPreview } from 'link-preview-js';
|
||||
|
||||
type MetaData = {
|
||||
|
||||
Reference in New Issue
Block a user