Skip to content

Commit 360056e

Browse files
committed
add external footer
1 parent 714073e commit 360056e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/pages/external/footer.tsx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
import React from 'react';
2+
import HealFooter from '@/lib/HealNav/HealFooter';
3+
4+
const StandaloneFooterPage = () => {
5+
return (
6+
<div className="w-full">
7+
<HealFooter />
8+
</div>
9+
);
10+
};
11+
12+
export default StandaloneFooterPage;

0 commit comments

Comments
 (0)