diff --git a/node/ttv.js b/node/ttv.js new file mode 100644 index 0000000..f906c4b --- /dev/null +++ b/node/ttv.js @@ -0,0 +1,3 @@ +export function test() { + console.log(`Import successful!`.green) +} \ No newline at end of file