Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-03-28 12:31:16 +0300
committerPhil Hughes <me@iamphill.com>2017-04-05 11:59:41 +0300
commit3369232ca2b89b85d3e656a1a629eaceb6cb40eb (patch)
tree156865c75eeb15584f0ec53441b129040536a430 /app/assets/javascripts/boards/components/board.js
parent4917df5eca4ef8d0dad2225762e201be8d37145b (diff)
Added specs for board list component
Diffstat (limited to 'app/assets/javascripts/boards/components/board.js')
-rw-r--r--app/assets/javascripts/boards/components/board.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/assets/javascripts/boards/components/board.js b/app/assets/javascripts/boards/components/board.js
index 98d64cd6870..93b8960da2e 100644
--- a/app/assets/javascripts/boards/components/board.js
+++ b/app/assets/javascripts/boards/components/board.js
@@ -1,8 +1,7 @@
/* eslint-disable comma-dangle, space-before-function-paren, one-var */
/* global Sortable */
-import boardList from './board_list';
-
import Vue from 'vue';
+import boardList from './board_list';
import boardBlankState from './board_blank_state';
require('./board_delete');