We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e1d7e4 + 82d9d6f commit 6deaab6Copy full SHA for 6deaab6
5 files changed
src/App.js
@@ -18,6 +18,7 @@ import MyProject from "./components/mypage/MyProject";
18
import MyCommunity from "./components/mypage/MyCommunity";
19
import ScrollToTop from "./components/common/ScrollToTop";
20
import CommunityWrite from "./components/community/CommunityWrite";
21
+import VisualizationModal from "./components/ide/VisualizationModal";
22
import PostDetail from "./components/community/PostDetail"; // ✅ 게시글 상세 컴포넌트 추가
23
24
function AppContent() {
0 commit comments