7 lines
124 B
JavaScript
7 lines
124 B
JavaScript
|
// JS Goes here - ES6 supported
|
||
|
|
||
|
import "./css/main.css";
|
||
|
|
||
|
// Say hello
|
||
|
console.log("🦊 Hello! Edit me in src/index.js");
|