This is an automated email from the ASF dual-hosted git repository.

andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git

commit 157cb03474f8dc1d8fc90ba1b1d7ec02de5801e4
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>

Reply via email to