fix: Module '"@nocobase/database"' has no exported member 'uid'.

This commit is contained in:
chenos 2022-01-08 18:04:55 +08:00
parent 4bb4886ddb
commit 72a968b29d

View File

@ -1,4 +1,4 @@
import { uid } from '@nocobase/database';
import { uid } from '@nocobase/utils';
import { Application } from './application';
import _ from 'lodash';