From 7bdee8daa04a6853a31e93e298220b1222d595bd Mon Sep 17 00:00:00 2001 From: Lumoshive Academy Date: Wed, 14 Aug 2024 17:14:45 +0700 Subject: [PATCH] new commit --- src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.jsx b/src/App.jsx index be8c783..0c71dc0 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -3,7 +3,7 @@ import React, { useState } from "react"; export default function FormComponent() { return (
-

Login Page

+

Hello World

Lorem ipsum dolor sit amet, consectetur adipisicing elit.

);