From b34cdba24fe2c2b445adcb3cf7c3e65e79ff6fd0 Mon Sep 17 00:00:00 2001 From: MikunoNaka Date: Fri, 26 Mar 2021 21:38:05 +0530 Subject: first commit, doesn't do anything yet --- src/components/App.js | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/components/App.js (limited to 'src/components/App.js') diff --git a/src/components/App.js b/src/components/App.js new file mode 100644 index 0000000..666667b --- /dev/null +++ b/src/components/App.js @@ -0,0 +1,10 @@ +import React from "react"; + +const App = () => { + const txt = "sldjflksjdfljsd"; + return ( +

{txt}

+ ) +} + +export default App -- cgit v1.2.3