Skip to content

Commit 528fb16

Browse files
committed
chore: 필요없는 코드 삭제
1 parent 6561b0f commit 528fb16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Route, Routes, useLocation } from 'react-router';
1+
import { Route, Routes } from 'react-router';
22
import Layout from '@/layouts/Layout';
33
import Landing from '@/pages/landing/Landing';
44
import Modal from '@/components/Modal';

0 commit comments

Comments
 (0)