Reformat all project files to use the prettier config file.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import {Alert} from "antd";
|
||||
import { Alert } from "antd";
|
||||
import React from "react";
|
||||
|
||||
export default function AlertComponent(props) {
|
||||
return <Alert {...props} />;
|
||||
return <Alert {...props} />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user