mirror of
https://github.com/ANL-CEEESA/UnitCommitment.jl.git
synced 2025-12-06 16:28:51 -06:00
web: Initial version
This commit is contained in:
8
web/src/components/Common/Forms/Form.tsx
Normal file
8
web/src/components/Common/Forms/Form.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import { ReactNode } from 'react';
|
||||
import styles from "./Form.module.css"
|
||||
|
||||
function Form({ children }: { children: ReactNode }) {
|
||||
return <div className={styles.Form}>{children}</div>
|
||||
}
|
||||
|
||||
export default Form;
|
||||
Reference in New Issue
Block a user