remove old files

This commit is contained in:
Dmitry Vasilev
2022-11-28 20:32:44 +08:00
parent b978b804da
commit cbfde4eafd
3 changed files with 0 additions and 11 deletions

View File

@@ -1,3 +0,0 @@
export const test = () => {
return globalThis.mark
}

View File

@@ -1,3 +0,0 @@
export const test = () => {
return globalThis.mark
}

View File

@@ -1,5 +0,0 @@
// external
import {test} from './global.js'
console.log(globalThis.main)
test()