fix: Update eslint error message to reflect location of antd components (#19857)

This commit is contained in:
Erik Ritter 2022-04-26 21:12:43 -07:00 committed by GitHub
parent e3dbe8d8af
commit 768e4b7a54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ module.exports = {
{ {
name: 'antd', name: 'antd',
message: message:
'Please import Ant components from the index of common/components', 'Please import Ant components from the index of src/components',
}, },
{ {
name: '@superset-ui/core', name: '@superset-ui/core',