Added Color Converter Component and Page
This commit is contained in:
parent
3deee5d463
commit
ff4a000998
3 changed files with 45 additions and 0 deletions
|
|
@ -0,0 +1,10 @@
|
|||
import './ColorConverterComponent.sass'
|
||||
|
||||
export default () => {
|
||||
|
||||
return (
|
||||
<>
|
||||
<section class='section'><h1>hello</h1></section>
|
||||
</>
|
||||
)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue