mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
update imports
This commit is contained in:
parent
ec079abd01
commit
fa516821f4
|
@ -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;
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue