In Progress work for Jobs Form.

This commit is contained in:
Patrick Fic
2019-12-12 15:43:03 -08:00
parent bca375251e
commit d0244e0767
16 changed files with 553 additions and 257 deletions

View File

@@ -2,6 +2,6 @@ import { Alert } from "antd";
import React from "react";
export default function AlertComponent({ props }) {
export default function AlertComponent(props) {
return <Alert {...props} />;
}