Initial commit

This commit is contained in:
2022-04-06 18:04:48 -03:00
parent 61a2db265a
commit a15b7cb35b
11 changed files with 14 additions and 182 deletions

10
src/App.jsx Normal file
View File

@@ -0,0 +1,10 @@
import React from 'react'
const App = () => {
return (
<h1>Telegram to Notion Bot</h1>
)
}
export default App