Skip to content

Commit 8aed375

Browse files
third commit
1 parent 37ca034 commit 8aed375

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828

2929
- name: Configure Git identity
3030
run: |
31-
git config --global user.name "username(github)"
32-
git config --global user.email "email(github)"
31+
git config --global user.name "Devendra-Ram-Kumar"
32+
git config --global user.email "2300032797@kluniversity"
3333
3434
- name: Authenticate and deploy to GitHub Pages
3535
env:

src/App.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
import React, { useState } from "react";
2+
import React from 'react';
3+
import ReactDOM from 'react-dom/client';
4+
import App from './App';
25
export default function App() {
36
const [email, setEmail] = useState("");
47
const [password, setPassword] = useState("");

0 commit comments

Comments
 (0)