This commit is contained in:
Sarimoko 2022-02-14 05:07:09 -08:00
parent 7fc36a438c
commit b1026fceba
1 changed files with 3 additions and 0 deletions

3
node/ttv.js Normal file
View File

@ -0,0 +1,3 @@
export function test() {
console.log(`Import successful!`.green)
}