Initial commit
This commit is contained in:
9
src/components/Projects/Project.tsx
Normal file
9
src/components/Projects/Project.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import styles from './Project.module.css';
|
||||
|
||||
export default () => {
|
||||
return (
|
||||
<div class={styles.Project}>
|
||||
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user