mirror of
https://github.com/FranP-code/Open-Telegram-to-Notion-Backend.git
synced 2025-10-12 23:52:54 +00:00
Changed React App for Node.js with Express App
This commit is contained in:
10
src/App.jsx
10
src/App.jsx
@@ -1,10 +0,0 @@
|
||||
import React from 'react'
|
||||
|
||||
const App = () => {
|
||||
|
||||
return (
|
||||
<h1>Telegram to Notion Bot</h1>
|
||||
)
|
||||
}
|
||||
|
||||
export default App
|
||||
10
src/index.js
10
src/index.js
@@ -1,10 +0,0 @@
|
||||
import React from 'react';
|
||||
import ReactDOM from 'react-dom';
|
||||
import App from './App';
|
||||
|
||||
ReactDOM.render(
|
||||
<React.StrictMode>
|
||||
<App />
|
||||
</React.StrictMode>,
|
||||
document.getElementById('root')
|
||||
);
|
||||
Reference in New Issue
Block a user