Skip to content

Commit 1dfcb86

Browse files
committed
refactor: format using pnpm format:fix
1 parent cc8c476 commit 1dfcb86

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

app/components/CodeEditor/CodeEditor.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ import Editor, { Monaco } from "@monaco-editor/react";
77
import { Flex, useColorMode } from "@chakra-ui/react";
88
import { useEffect, useState, useRef } from "react";
99
import MyBtn from "../MyBtn";
10-
import {
11-
tryFormattingCode,
12-
validateCode,
13-
} from "@/lib/client-functions";
10+
import { tryFormattingCode, validateCode } from "@/lib/client-functions";
1411
import FiChevronRight from "@/app/styles/icons/HiChevronRightGreen";
1512
import { useRouter } from "next/navigation";
1613
import { useUserSolutionStore, useEditorStore } from "@/lib/stores";

app/components/OutlineDrawer/OutlineDrawer.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,11 @@ export default function OutlineDrawer({
4242
<DrawerOverlay />
4343
<DrawerContent>
4444
<DrawerCloseButton />
45-
<DrawerHeader display={"flex"} justifyContent={"space-between"} paddingRight={12}>
45+
<DrawerHeader
46+
display={"flex"}
47+
justifyContent={"space-between"}
48+
paddingRight={12}
49+
>
4650
Outline
4751
<CertificateButton />
4852
</DrawerHeader>

0 commit comments

Comments
 (0)