aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/features/repo-migration.js
diff options
context:
space:
mode:
Diffstat (limited to 'web_src/js/features/repo-migration.js')
-rw-r--r--web_src/js/features/repo-migration.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/web_src/js/features/repo-migration.js b/web_src/js/features/repo-migration.js
index 6e59d65f32..ece01e53bd 100644
--- a/web_src/js/features/repo-migration.js
+++ b/web_src/js/features/repo-migration.js
@@ -1,3 +1,5 @@
+import $ from 'jquery';
+
const $service = $('#service_type');
const $user = $('#auth_username');
const $pass = $('#auth_password');