mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
chore: rename fundamentals to base (#9119)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { ModuleRef } from '@nestjs/core';
|
||||
import { PrismaClient } from '@prisma/client';
|
||||
|
||||
import { Config } from '../../base';
|
||||
import { FeatureManagementService } from '../../core/features';
|
||||
import { Config } from '../../fundamentals';
|
||||
|
||||
export class SelfHostAdmin1 {
|
||||
// do the migration
|
||||
|
||||
Reference in New Issue
Block a user