mirror of
https://github.com/ANL-CEEESA/UnitCommitment.jl.git
synced 2025-12-06 08:18:51 -06:00
Validation; reformat source code
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
* Released under the modified BSD license. See COPYING.md for more details.
|
||||
*/
|
||||
|
||||
import {ReactNode} from 'react';
|
||||
import { ReactNode } from "react";
|
||||
import styles from "./Form.module.css";
|
||||
|
||||
function Form({children}: { children: ReactNode }) {
|
||||
return <div className={styles.Form}>{children}</div>;
|
||||
function Form({ children }: { children: ReactNode }) {
|
||||
return <div className={styles.Form}>{children}</div>;
|
||||
}
|
||||
|
||||
export default Form;
|
||||
export default Form;
|
||||
|
||||
Reference in New Issue
Block a user