|
|
@@ -7,6 +7,7 @@ import { useQuery } from '@tanstack/react-query';
|
|
|
import type { InferResponseType } from 'hono/client';
|
|
|
import { userClient } from '@/client/api';
|
|
|
import { useAuth, User } from '@/client/home/hooks/AuthProvider';
|
|
|
+import Footer from '@/client/home/components/Footer';
|
|
|
|
|
|
const MemberPage: React.FC = () => {
|
|
|
const navigate = useNavigate();
|
|
|
@@ -141,6 +142,7 @@ const MemberPage: React.FC = () => {
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <Footer />
|
|
|
</div>
|
|
|
);
|
|
|
};
|