Currently, page template components have been mostly migrated to Kibana packages, however, there are still code pieces remaining in kibana_react plugin. We need to delete the components in the plugin and update all usage to import from the plugin.
[ ] Make all page template related code use import from packages/shared-ux/page/ package.
[ ] Remove remaining code from kibana_react plugin at src/plugins/kibana_react/public/page/.
Currently, page template components have been mostly migrated to Kibana packages, however, there are still code pieces remaining in
kibana_react
plugin. We need to delete the components in the plugin and update all usage to import from the plugin.packages/shared-ux/page/
package.kibana_react
plugin atsrc/plugins/kibana_react/public/page/
.