mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-06 02:36:44 -05:00
work and created develop branch
This commit is contained in:
10
Example Code/BasicFunctionComponent /index.js
Normal file
10
Example Code/BasicFunctionComponent /index.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import styles from './styles.module.css'
|
||||
|
||||
export const BasicFunctionComponent = () => {
|
||||
return (
|
||||
<div>
|
||||
|
||||
</div>
|
||||
)
|
||||
}
|
||||
export default BasicFunctionComponent;
|
||||
Reference in New Issue
Block a user