/* With CSS Modules */ import css from "../style.css" export default () => (

Hello World, I am being styled using Typed CSS Modules!

)