mirror of
https://github.com/seigler/triplebyte-react-spa
synced 2025-07-26 23:26:10 +00:00
feat: one hour of progress
This commit is contained in:
parent
5684ef36ec
commit
9242ce66ec
6 changed files with 88 additions and 47 deletions
7
components/card.js
Normal file
7
components/card.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
import React from 'react'
|
||||
|
||||
export default ({ children }) => {
|
||||
return <div className='card'>
|
||||
I am a card
|
||||
</div>
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue