We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed232e2 commit ee8ac51Copy full SHA for ee8ac51
1 file changed
src/components/ide/IDE.jsx
@@ -29,7 +29,7 @@ const IDE = () => {
29
const [sidebarSections, setSidebarSections] = useState({
30
myFiles: true,
31
codeExamples: true,
32
- jsonExamples: false
+ jsonExamples: true
33
});
34
35
// 파일 타입 구분을 위한 상태 (원본 유지)
0 commit comments