Renamed ServersService module

This commit is contained in:
Alejandro Celaya
2018-07-28 09:56:08 +02:00
parent 41a4f31c57
commit c51bf5b9a0
4 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
import ShlinkApiClient from '../../api/ShlinkApiClient';
import ServersService from '../../servers/services';
import ServersService from '../../servers/services/ServersService';
const SELECT_SERVER = 'shlink/selectedServer/SELECT_SERVER';
const RESET_SELECTED_SERVER = 'shlink/selectedServer/RESET_SELECTED_SERVER';