Migrate Connect And Join page

This commit is contained in:
Benny Joo 2024-01-12 16:24:42 +00:00
parent 65d9704f2b
commit 98426b17f5

View File

@ -0,0 +1,4 @@
import LegacyPage from "@pages/connect-and-join";
import { WithLayout } from "app/layoutHOC";
export default WithLayout({ getLayout: null, Page: LegacyPage })<"P">;