Add initial "logo" component

still just proving some concepts at this point
This commit is contained in:
Lance Edgar 2019-11-06 00:10:26 -06:00
parent 41e65b33c8
commit 7bdaeee691
7 changed files with 78 additions and 9 deletions

5
src/components/index.js Normal file
View file

@ -0,0 +1,5 @@
import ByjoveLogo from './logo'
export {
ByjoveLogo,
}