diff --git a/src/pages/Documents/DocumentPage.jsx b/src/pages/Documents/DocumentPage.jsx new file mode 100644 index 00000000..f519bb5e --- /dev/null +++ b/src/pages/Documents/DocumentPage.jsx @@ -0,0 +1,47 @@ +import React from 'react' +import Breadcrumb from '../../components/common/Breadcrumb' + +const DocumentPage = () => { + return ( +
+ +
+
+ {/* Search */} +
+ +
+ + {/* Actions */} +
+ + Refresh + < i className={`bx bx-refresh ms-1 `}> + + + +
+
+
+ +
+ ) +} + +export default DocumentPage \ No newline at end of file