diff --git a/README.md b/README.md
index 8f5877a..d755e6f 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,7 @@ The repo uses [vue-cli](https://github.com/vuejs/vue-cli) scaffolding which take
- Please don't use jQuery or jQuery based plugins since there are many pure Vue alternatives
For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).
-
+
[changelog]: ./CHANGELOG.md
[license]: ./LICENSE.md
[version-badge]: https://img.shields.io/badge/version-2.1.0-blue.svg
diff --git a/vue-light-bootstrap-dashboard-master/README.md b/vue-light-bootstrap-dashboard-master/README.md
deleted file mode 100644
index 52fef23..0000000
--- a/vue-light-bootstrap-dashboard-master/README.md
+++ /dev/null
@@ -1,58 +0,0 @@
-# [Vue Light Bootstrap Dashboard](http://vuejs.creative-tim.com/vue-light-bootstrap-dashboard) [![version][version-badge]][changelog] [![license][license-badge]][license]
-
-
-> Admin dashboard based on light bootstrap dashboard UI template + vue-routers
-
-This project is a vue version of [Light bootstrap dashboard](https://www.creative-tim.com/product/light-bootstrap-dashboard)
-designed for vue js. The dashboard includes Bootstrap 4, vue-router, chartist, google-maps and several other plugins/components.
-
-Check the [Live Demo here](http://vuejs.creative-tim.com/vue-light-bootstrap-dashboard).
-
-
-
-## :rocket: Getting started
-
-Vue Light Bootstrap Dashboard is built on top of Bootstrap 4, Vuejs and Vue-router. To get started do the following steps:
-
-1. Download the project
-2. Make sure you have node.js (https://nodejs.org/en/) installed
-3. Type `npm install` in the source folder where `package.json` is located
-4. Type `npm run dev` to start the development server
-
-The repo uses [vue-cli](https://github.com/vuejs/vue-cli) scaffolding which takes care of the development setup with webpack and all the necessary modern tools to make web development faster and easier.
-
-## [Documentation](https://demos.creative-tim.com/vue-light-bootstrap-dashboard/documentation/#/buttons)
-
-## :cloud: Build Setup
-
-### install dependencies
-
-`npm install`
-
-### serve with hot reload at localhost:8000
-
-`npm run dev`
-
-### build for production with minification
-
-`npm run build`
-
-### run unit tests
-
-`npm run unit`
-
-### run and watch unit tests
-
-`npm run unit:watch`
-
-## :clipboard: Contribution guide
-
-- `npm install` or `yarn install`
-- Please don't use jQuery or jQuery based plugins since there are many pure Vue alternatives
-
-For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).
-
-[changelog]: ./CHANGELOG.md
-[license]: ./LICENSE.md
-[version-badge]: https://img.shields.io/badge/version-2.1.0-blue.svg
-[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg
diff --git a/vue-light-bootstrap-dashboard-master/src/components/index.js b/vue-light-bootstrap-dashboard-master/src/components/index.js
deleted file mode 100644
index 59e3512..0000000
--- a/vue-light-bootstrap-dashboard-master/src/components/index.js
+++ /dev/null
@@ -1,30 +0,0 @@
-
-import BaseCheckbox from './Inputs/BaseCheckbox.vue'
-import Radio from './Inputs/BaseRadio.vue'
-import BaseInput from './Inputs/BaseInput.vue'
-
-import BaseDropdown from './BaseDropdown.vue'
-import Table from './Table.vue'
-
- import Card1 from './Cards/Card1.vue'
- import ChartCard1 from './Cards/ChartCard1.vue'
- import StatsCard1 from './Cards/StatsCard1.vue'
-import Card from './Cards/Card.vue'
-import ChartCard from './Cards/ChartCard.vue'
-import StatsCard from './Cards/StatsCard.vue'
-
-import SidebarPlugin from './SidebarPlugin'
-
-let components = {
- BaseCheckbox,
- Radio,
- BaseInput,
- Card,Card1,
- ChartCard,ChartCard1,
- StatsCard, StatsCard1,
- Table,
- BaseDropdown,
- SidebarPlugin
-}
-
-export default components
diff --git a/vue-light-bootstrap-dashboard-master/src/pages/OpenAI.vue b/vue-light-bootstrap-dashboard-master/src/pages/OpenAI.vue
deleted file mode 100644
index f7d3524..0000000
--- a/vue-light-bootstrap-dashboard-master/src/pages/OpenAI.vue
+++ /dev/null
@@ -1,31 +0,0 @@
-
-