chore: debug

This commit is contained in:
Cory Dransfeldt 2024-04-03 19:50:14 -07:00
parent 4dd56374dc
commit 209e04c555
No known key found for this signature in database
2 changed files with 10 additions and 4 deletions

6
src/_data/test.js Normal file
View file

@ -0,0 +1,6 @@
import window from './json/scrobbles-window.js'
export default async function () {
console.log(window)
return window
}