In Progress work for Jobs Form.
This commit is contained in:
@@ -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} />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user