Added Color Converter Component and Page

This commit is contained in:
Patrick Alvin Alcala 2025-06-04 15:49:13 +08:00
parent 3deee5d463
commit ff4a000998
3 changed files with 45 additions and 0 deletions

View file

@ -0,0 +1,10 @@
import './ColorConverterComponent.sass'
export default () => {
return (
<>
<section class='section'><h1>hello</h1></section>
</>
)
}