We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37ca034 commit 8aed375Copy full SHA for 8aed375
2 files changed
.github/workflows/cd.yml
@@ -28,8 +28,8 @@ jobs:
28
29
- name: Configure Git identity
30
run: |
31
- git config --global user.name "username(github)"
32
- git config --global user.email "email(github)"
+ git config --global user.name "Devendra-Ram-Kumar"
+ git config --global user.email "2300032797@kluniversity"
33
34
- name: Authenticate and deploy to GitHub Pages
35
env:
src/App.js
@@ -1,4 +1,7 @@
1
import React, { useState } from "react";
2
+import React from 'react';
3
+import ReactDOM from 'react-dom/client';
4
+import App from './App';
5
export default function App() {
6
const [email, setEmail] = useState("");
7
const [password, setPassword] = useState("");
0 commit comments