Add missing js class for System that extends AbstractJobPage

This commit is contained in:
Michael Lange
2018-03-28 16:46:35 -07:00
parent b7248824cf
commit 8e6f561b8a

View File

@@ -0,0 +1,3 @@
import AbstractJobPage from './abstract';
export default AbstractJobPage.extend();