mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-06 03:49:56 +08:00
6 lines
108 B
TypeScript
6 lines
108 B
TypeScript
import { getDefaultStore } from 'jotai';
|
|
|
|
export function getCurrentStore() {
|
|
return getDefaultStore();
|
|
}
|