Skip to content

Commit

Permalink
refactor: 사용하지 않는 파일 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
yeoniii20 committed Sep 11, 2024
1 parent 4e72c81 commit 056e19e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Navigate/ChatScreen.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React from "react";
import { createStackNavigator } from "@react-navigation/stack";

import Chat from "../screen/Chat/chat";
import Bottom from "../components/Bottom";
import ChatRoom from "../screen/Chat/chatRoom";
import ChatRoom3 from "../screen/Chat/chatRoom3";
Expand All @@ -15,7 +14,6 @@ function ChatScreen() {
headerShown: false,
}}
>
{/* <Stack.Screen name="Chat" component={Chat} /> */}
<Stack.Screen name="ChatRoom" component={ChatRoom} />
<Stack.Screen name="ChatRoom3" component={ChatRoom3} />
</Stack.Navigator>
Expand Down
2 changes: 0 additions & 2 deletions Navigate/MainScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ import Post from "../screen/Community/post";
import Modify from "../screen/Community/modify";
import Detail from "../screen/Community/detail";
import Goal from "../constant/goal";
import Chat from "../screen/Chat/chat";
import Chat2 from "../screen/Chat/chat2";
import FriendWrite from "../screen/Friends/friendWrite";
import FriendComment from "../screen/Friends/friendComment";
import ChatList from "../screen/Chat/chatList";
Expand Down

0 comments on commit 056e19e

Please sign in to comment.