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';

View File

@@ -1,4 +1,4 @@
import ServersService from '../services';
import ServersService from '../services/ServersService';
const FETCH_SERVERS = 'shlink/servers/FETCH_SERVERS';
const CREATE_SERVER = 'shlink/servers/CREATE_SERVER';

View File

@@ -1,5 +1,5 @@
import ShlinkApiClient from '../../api/ShlinkApiClient';
import ServersService from '../../servers/services';
import ServersService from '../../servers/services/ServersService';
export const LIST_SHORT_URLS_START = 'shlink/shortUrlsList/LIST_SHORT_URLS_START';
export const LIST_SHORT_URLS_ERROR = 'shlink/shortUrlsList/LIST_SHORT_URLS_ERROR';