mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-25 22:38:56 +08:00
feat(android): ai chat scaffold (#11124)
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com> Co-authored-by: eyhn <cneyhn@gmail.com>
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
import './setup';
|
||||
|
||||
import { Telemetry } from '@affine/core/components/telemetry';
|
||||
import { bindNativeDBApis } from '@affine/nbstore/sqlite';
|
||||
import { StrictMode } from 'react';
|
||||
import { createRoot } from 'react-dom/client';
|
||||
|
||||
import { App } from './app';
|
||||
import { NbStoreNativeDBApis } from './plugins/nbstore';
|
||||
|
||||
bindNativeDBApis(NbStoreNativeDBApis);
|
||||
|
||||
function mountApp() {
|
||||
// oxlint-disable-next-line no-non-null-assertion
|
||||
|
||||
Reference in New Issue
Block a user