move generators
This commit is contained in:
parent
890b57b75b
commit
5bca8a5ee2
37 changed files with 2 additions and 0 deletions
|
@ -0,0 +1,3 @@
|
|||
import {user} from './user.js';
|
||||
|
||||
document.body.innerHTML = user; // John
|
|
@ -0,0 +1,2 @@
|
|||
<!doctype html>
|
||||
<script type="module" src="hello.js"></script>
|
|
@ -0,0 +1 @@
|
|||
export let user = "John";
|
Loading…
Add table
Add a link
Reference in a new issue