Skip to content

Commit 2c1012a

Browse files
committed
resolved_merge_conflicts
2 parents 0b0fe7d + ff85e32 commit 2c1012a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/components/css/GithubSignIn.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
.github-sign-in-button:hover {
3232
color: #f1f5f9;
3333
}
34-
}
34+
}

src/pages/EditorComponent.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ const OutputLayout = styled("div")(({ theme }) => ({
6666
function EditorComponent() {
6767
const [code, setCode] = useState(null);
6868
const [output, setOutput] = useState([]);
69+
6970
const [currentLanguage, setCurrentLanguage] = useState(
7071
LANGUAGES[0].DEFAULT_LANGUAGE
7172
);

0 commit comments

Comments
 (0)