Clean up some example JS code
This commit is contained in:
parent
1965d0fcc7
commit
a5ee336fad
4
js/example.js
Normal file
4
js/example.js
Normal file
@ -0,0 +1,4 @@
|
||||
window.onload = function() {
|
||||
console.log('hello from example')
|
||||
}
|
||||
|
@ -1,6 +1,5 @@
|
||||
import classes from '../styles/atat.scss'
|
||||
|
||||
import './thing'
|
||||
|
||||
console.log('hellooooo')
|
||||
import './example'
|
||||
|
||||
console.log('hello from index')
|
||||
|
@ -1,7 +0,0 @@
|
||||
console.log('hanlo again')
|
||||
window.onload = function() {
|
||||
console.log('boop')
|
||||
const thing = document.querySelector('#hello')
|
||||
thing.innerHTML = 'hanlo friendo'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user