'use strict'
import jQuery from 'jquery'
jQuery(document).ready(function ($) {
$('#login-user').focus()
})