mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-02 18:09:58 +08:00
chore: rename fundamentals to base (#9119)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { get, merge, omit, set } from 'lodash-es';
|
||||
|
||||
import { OptionalModule, OptionalModuleMetadata } from '../fundamentals/nestjs';
|
||||
import { OptionalModule, OptionalModuleMetadata } from '../base/nestjs';
|
||||
import { AvailablePlugins } from './config';
|
||||
|
||||
export const REGISTERED_PLUGINS = new Map<AvailablePlugins, AFFiNEModule>();
|
||||
|
||||
Reference in New Issue
Block a user