mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-06 02:36:44 -05:00
10 lines
189 B
JavaScript
10 lines
189 B
JavaScript
import styles from './styles.module.css'
|
|
|
|
export const BasicFunctionComponent = () => {
|
|
return (
|
|
<div>
|
|
|
|
</div>
|
|
)
|
|
}
|
|
export default BasicFunctionComponent; |