suddjian commented on a change in pull request #13306:
URL: https://github.com/apache/superset/pull/13306#discussion_r609018334
##########
File path: superset-frontend/src/dashboard/App.jsx
##########
@@ -25,22 +25,28 @@ import { HTML5Backend } from 'react-dnd-html5-backend';
import { DynamicPluginProvider } from 'src/components/DynamicPlugins';
import setupApp from '../setup/setupApp';
import setupPlugins from '../setup/setupPlugins';
-import DashboardContainer from './containers/Dashboard';
+import DashboardRoute from './components/DashboardPage';
Review comment:
Oh good catch, that's an auto-refactor artifact. I will also move
`DashboardPage` to /containers.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]