refactor: Remove link from deps

Signed-off-by: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
bcakmakoglu
2022-02-22 10:35:38 +01:00
parent 776000ccf1
commit 6e5c58fcae
34 changed files with 36 additions and 48 deletions
+2 -2
View File
@@ -4,10 +4,10 @@ import { DraggablePlugin } from '@braks/revue-draggable'
import App from './App.vue'
import { router } from './router'
/* import the required styles */
import '@braks/vue-flow/dist/style.css'
import '../src/style.css'
/* import the default theme (optional) */
import '@braks/vue-flow/dist/theme-default.css'
import '../src/theme-default.css'
const app = createApp(App)