Skip to content

Commit

Permalink
resolved_merge_conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAdich committed Oct 10, 2024
2 parents 0b0fe7d + ff85e32 commit 2c1012a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/css/GithubSignIn.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
.github-sign-in-button:hover {
color: #f1f5f9;
}
}
}
1 change: 1 addition & 0 deletions src/pages/EditorComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ const OutputLayout = styled("div")(({ theme }) => ({
function EditorComponent() {
const [code, setCode] = useState(null);
const [output, setOutput] = useState([]);

const [currentLanguage, setCurrentLanguage] = useState(
LANGUAGES[0].DEFAULT_LANGUAGE
);
Expand Down

0 comments on commit 2c1012a

Please sign in to comment.