Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
sidlak-c137 committed Oct 1, 2023
1 parent 10ee3c4 commit 428be5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/GithubButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Set to be removed
import React from "react";
import { UserCredential } from "firebase/auth";
import { useAuth } from "../context/AuthContext"
import { useAuth } from "context/AuthContext"
import { Button, Center, Text } from '@chakra-ui/react'
import { VscGithub } from "react-icons/vsc"

Expand Down

0 comments on commit 428be5b

Please sign in to comment.