move projects list to module

This commit is contained in:
John Mitchell
2017-03-01 14:52:26 -05:00
parent ad40e509e4
commit 9a0e409abf
4 changed files with 6 additions and 7 deletions

View File

@@ -20,7 +20,6 @@ import Jobs from "./lists/Jobs";
import Organizations from "./lists/Organizations";
import PortalJobTemplates from "./lists/PortalJobTemplates";
import PortalJobs from "./lists/PortalJobs";
import Projects from "./lists/Projects";
import ScheduledJobs from "./lists/ScheduledJobs";
import Schedules from "./lists/Schedules";
import Streams from "./lists/Streams";
@@ -45,7 +44,6 @@ export
Organizations,
PortalJobTemplates,
PortalJobs,
Projects,
ScheduledJobs,
Schedules,
Streams,