From 527a13fa7e645864e16a3efe13408a4e27336ac3 Mon Sep 17 00:00:00 2001 From: mangwoncassie Date: Tue, 26 Sep 2023 18:43:59 +0900 Subject: [PATCH] finished --- src/App.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/App.js b/src/App.js index dc1308e..60e7a4f 100644 --- a/src/App.js +++ b/src/App.js @@ -1,7 +1,10 @@ +import AlexaImage from './images/alexa.png' + function App() { return (

hello image

+
); }