We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88595b4 commit e0454bdCopy full SHA for e0454bd
src/App.jsx
@@ -0,0 +1,9 @@
1
+import React from 'react';
2
+import Todo from './todo';
3
+import './App.css';
4
+
5
+function App() {
6
+ return (<Todo />);
7
+}
8
9
+export default App;
0 commit comments