Skip to content

Commit e0454bd

Browse files
author
AryanSinghalGit
committed
add changes
1 parent 88595b4 commit e0454bd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/App.jsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)