mirror of
https://github.com/gosticks/react-table.git
synced 2025-10-16 11:55:36 +00:00
11 lines
193 B
JavaScript
11 lines
193 B
JavaScript
#!/usr/bin/env node
|
|
|
|
var msg = `
|
|
👩💻 Use react-table at work?
|
|
🎉 Consider sponsoring/supporting its development at:
|
|
|
|
https://github.com/sponsors/tannerlinsley
|
|
`
|
|
|
|
console.log(msg)
|