Skip to content

Commit 339992e

Browse files
fix: 병합 오류 해결
1 parent c69e2c3 commit 339992e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/route/MainRoutes.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ import type { RouteObject } from 'react-router-dom';
22

33
import { PATH } from './path';
44

5-
import { Home, Todo, Mandal, History, SignUp, Edit, GoogleCallback, NotFound } from '@/page';
6-
import { UpperTodo, LowerTodo, MyTodo } from '@/page/todo';
5+
import { Home, NotFound } from '@/page';
76
import { Layout } from '@/shared/component/Layout';
8-
import Home from '@/page/home/Home';
97
import Intro from '@/page/intro/Intro';
108

119
export const mainRoutes: RouteObject[] = [

0 commit comments

Comments
 (0)