mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-22 04:26:23 +08:00
init: the first public commit for AFFiNE
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { BaseSessionType } from '@toeverything/components/board-types';
|
||||
import type { TldrawApp } from '@toeverything/components/board-state';
|
||||
|
||||
export abstract class BaseSession extends BaseSessionType {
|
||||
app: TldrawApp;
|
||||
constructor(app: TldrawApp) {
|
||||
super();
|
||||
this.app = app;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user