From a1f6fe51534f0a9b07d84f4483f3c5de9ca7cdbc Mon Sep 17 00:00:00 2001 From: Andinus Date: Thu, 3 Feb 2022 22:19:38 +0530 Subject: Make CreateSmiles functional, basic implementation of ManageSmiles --- client/src/main.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'client/src/main.js') diff --git a/client/src/main.js b/client/src/main.js index 76a71b3..03f0e65 100644 --- a/client/src/main.js +++ b/client/src/main.js @@ -11,6 +11,8 @@ import Button from 'primevue/button'; import Card from 'primevue/card'; import Toast from 'primevue/toast'; import ProgressBar from 'primevue/progressbar'; +import Message from 'primevue/message'; +import FileUpload from 'primevue/fileupload'; import 'primevue/resources/themes/lara-dark-blue/theme.css'; import 'primevue/resources/primevue.min.css'; @@ -28,6 +30,8 @@ app.component('InputText', InputText); app.component('Button', Button); app.component('Card', Card); app.component('Toast', Toast); +app.component('Message', Message); app.component('ProgressBar', ProgressBar); +app.component('FileUpload', FileUpload); app.mount('#app'); -- cgit 1.4.1-2-gfad0