mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-20 03:26:47 +08:00
@@ -1,4 +1,4 @@
|
||||
import { UserProps } from './components';
|
||||
import { DocProps, UserProps } from './components';
|
||||
import { WorkspaceProps } from './components/workspace';
|
||||
|
||||
export const TEST_USER: UserProps = {
|
||||
@@ -9,3 +9,8 @@ export const TEST_WORKSPACE: WorkspaceProps = {
|
||||
name: 'Test Workspace',
|
||||
avatar: 'https://app.affine.pro/favicon-192.png',
|
||||
};
|
||||
|
||||
export const TEST_DOC: DocProps = {
|
||||
title: 'Test Doc',
|
||||
url: 'https://app.affine.pro',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user