This is an automated email from the ASF dual-hosted git repository. kinow pushed a commit to branch GH-2767-fix-js-warnings in repository https://gitbox.apache.org/repos/asf/jena.git
commit 7853861f213da4c93a2138fc7884f9a5790c253b Author: Bruno P. Kinoshita <[email protected]> AuthorDate: Sat Oct 12 17:02:31 2024 +0200 GH-2767: Import component used in the template --- jena-fuseki2/jena-fuseki-ui/src/App.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jena-fuseki2/jena-fuseki-ui/src/App.vue b/jena-fuseki2/jena-fuseki-ui/src/App.vue index 25195ba7f8..bb7d847ddd 100644 --- a/jena-fuseki2/jena-fuseki-ui/src/App.vue +++ b/jena-fuseki2/jena-fuseki-ui/src/App.vue @@ -29,11 +29,13 @@ <script> import Menu from '@/components/Menu.vue' +import Toast from '@/components/Toast.vue' export default { name: 'App', components: { - Menu + Menu, + Toast } } </script>
