Doc upload in progress.

This commit is contained in:
Patrick Fic
2020-01-14 16:12:51 -08:00
parent e4693685fe
commit 68ea655ac7
18 changed files with 373 additions and 11 deletions

View File

@@ -0,0 +1,6 @@
import React from "react";
import JobDocuments from "./jobs-documents.page";
export default function JobsDocumentsContainer() {
return <JobDocuments loading data={null} />;
}