Skip to content

Commit 2725261

Browse files
committed
refactor: mv footer from pages to components folder
1 parent 64c8102 commit 2725261

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
File renamed without changes.

src/pages/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import EditPwPage from './EditPwPage';
2-
import Footer from './Footer';
32
import JoinPage from './JoinPage';
43
import Loading from './Loading';
54
import LoginPage from './LoginPage';
65
import { NotFound } from './Notfound';
76

8-
export { EditPwPage, Footer, JoinPage, Loading, LoginPage, NotFound };
7+
export { EditPwPage, JoinPage, Loading, LoginPage, NotFound };

0 commit comments

Comments
 (0)