Hashtag-DnD/Context.js
2024-09-15 22:36:10 -07:00

5 lines
No EOL
64 B
JavaScript

const modifier = (text) => {
return { text }
}
modifier(text)