diff --git a/src/App.tsx b/src/App.tsx index 0869d26..6d98118 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,3 +1,4 @@ + import React from 'react'; import { BrowserRouter as Router, Route, Routes } from 'react-router-dom'; import './App.css'; @@ -89,11 +90,10 @@ function App() { } /> } /> - - - - } /> + {/* 지출 페이지는 더 이상 인증이 필요하지 않음 */} + } /> + {/* 분석 페이지는 더 이상 인증이 필요하지 않음 */} + } /> @@ -106,11 +106,6 @@ function App() { } /> } /> } /> - - - - } />