mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-25 12:27:17 +00:00
Add basic structure
This commit is contained in:
9
src/App.js
Normal file
9
src/App.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import Demo from "./components/Demo";
|
||||
|
||||
function App() {
|
||||
return (
|
||||
<Demo/>
|
||||
);
|
||||
}
|
||||
|
||||
export default App;
|
||||
Reference in New Issue
Block a user