From 5361bc26be77459edc0456ac8ab5d0cf2254ce09 Mon Sep 17 00:00:00 2001 From: Florence Hanson <118609247+beautyscribbles@users.noreply.github.com> Date: Thu, 8 Feb 2024 11:20:21 +0100 Subject: [PATCH] modified components section --- app.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app.js b/app.js index e486fac..e072c82 100644 --- a/app.js +++ b/app.js @@ -1,12 +1,11 @@ import React from 'react'; import { createRoot } from 'react-dom/client'; - -// Component +// Components import APP from './Components/APP.js'; const rootElement = document.getElementById('container'); const root = createRoot(rootElement); -root.render(); \ No newline at end of file +root.render();