Initial commit

This commit is contained in:
raeleus 2024-09-15 22:36:10 -07:00
commit 0e80d726b4
7 changed files with 2354 additions and 0 deletions

5
Context.js Normal file
View file

@ -0,0 +1,5 @@
const modifier = (text) => {
return { text }
}
modifier(text)