From 2d8e814ef9cff2375f5ea2f925a57fd5ef2087fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=98=8D=20Abdul=20Vakeel?= <163490858+AbdulVakeel@users.noreply.github.com> Date: Sat, 23 Mar 2024 09:17:13 +0530 Subject: [PATCH] Create index.js --- index.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 index.js diff --git a/index.js b/index.js new file mode 100644 index 0000000..936594e --- /dev/null +++ b/index.js @@ -0,0 +1,3 @@ +import './bootstrap'; +import '../scss/app.scss'; +import '../../node_modules/vue-multiselect/dist/vue-multiselect.css'