update imports

This commit is contained in:
Mutasem 2021-08-02 15:27:09 +02:00
parent ec079abd01
commit fa516821f4
3 changed files with 1 additions and 5 deletions

View file

@ -1,7 +1,6 @@
@import "./n8n-theme-variables";
@import "~n8n-design-system/theme/dist/index.css";
@import "~n8n-design-system/dist/n8n-design-system.css";
body {
font-family: 'Open Sans', sans-serif;

View file

@ -55,7 +55,7 @@ import locale from 'element-ui/lib/locale';
import {
N8nIconButton,
N8nButton,
} from 'n8n-design-system/dist/n8n-design-system.umd.min';
} from 'n8n-design-system';
import { ElMessageBoxOptions } from "element-ui/types/message-box";
Vue.use(Fragment.Plugin);

View file

@ -162,9 +162,6 @@ import {
} from '../Interface';
import { mapGetters } from 'vuex';
// import N8nIcon from 'n8n-design-system/src/components/N8nIcon';
// import N8nButton from 'n8n-design-system/src/components/N8nButton/Button.vue';
const NODE_SIZE = 100;
const DEFAULT_START_POSITION_X = 250;
const DEFAULT_START_POSITION_Y = 300;