diff --git a/app/routes/_layout.userVerified.tsx b/app/routes/_layout.userVerified.tsx new file mode 100644 index 00000000..0c6fb696 --- /dev/null +++ b/app/routes/_layout.userVerified.tsx @@ -0,0 +1,14 @@ +import { NavLink } from "@remix-run/react"; +import { H1 } from "~/components/Headings"; + +export default function UserVerified() { + return ( +
+

ユーザー本登録完了

+
+

ユーザーの本登録が完了しました。

+ ログインページへ移動 +
+
+ ); + } \ No newline at end of file