From 639b34ac2d0aa0ec8caee5fe28b54321477af68e Mon Sep 17 00:00:00 2001 From: encap Date: Mon, 25 Oct 2021 20:22:21 +0000 Subject: [PATCH] [create-pull-request] automated change --- public/code/JavaScript/Code_Nation FLWII 02.2.js | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 public/code/JavaScript/Code_Nation FLWII 02.2.js diff --git a/public/code/JavaScript/Code_Nation FLWII 02.2.js b/public/code/JavaScript/Code_Nation FLWII 02.2.js new file mode 100644 index 000000000..4d6f29778 --- /dev/null +++ b/public/code/JavaScript/Code_Nation FLWII 02.2.js @@ -0,0 +1,11 @@ +import "./styles.css"; + +export default function App() { + let name = "Code Nation"; + return ( +
+

Hello {name}

+

Start editing to see some magic happen!

+
+ ); +} \ No newline at end of file