Skip to content

Commit

Permalink
Merge pull request #80 from Thoparam-sai-nithish/main
Browse files Browse the repository at this point in the history
2k25 Team Details are updated
  • Loading branch information
Thoparam-sai-nithish authored May 11, 2024
2 parents 324212b + 6c0e3b6 commit 305ccc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/turingcup.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useState } from "react";
import React, { useEffect, useState } from "react";
import Layout from "../components/Layout";
import { Seo } from "../components/Seo";
import "../components/TuringCup/turingcup.css";
Expand All @@ -24,6 +24,7 @@ function Turingcup() {

const [isRegistering, setIsRegistering] =useState(false)


return (
//

Expand Down

0 comments on commit 305ccc7

Please sign in to comment.