mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-18 06:47:02 +08:00
packages/frontend/web -> packages/frontend/apps/web packages/frontend/mobile -> packages/frontend/apps/mobile packages/frontend/electron -> packages/frontend/apps/electron
8 lines
219 B
TypeScript
8 lines
219 B
TypeScript
import type { Framework } from '@toeverything/infra';
|
|
|
|
import { configureMobileSearchModule } from './search';
|
|
|
|
export function configureMobileModules(framework: Framework) {
|
|
configureMobileSearchModule(framework);
|
|
}
|