Add initial "logo" component
still just proving some concepts at this point
This commit is contained in:
parent
41e65b33c8
commit
7bdaeee691
7 changed files with 78 additions and 9 deletions
5
src/components/index.js
Normal file
5
src/components/index.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
import ByjoveLogo from './logo'
|
||||
|
||||
export {
|
||||
ByjoveLogo,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue