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();