We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74a67ec commit 6a7d184Copy full SHA for 6a7d184
web/components/admin/adminLoginForm.tsx
@@ -1,5 +1,9 @@
1
import React from "react";
2
3
export default function adminLoginForm() {
4
- return <div></div>;
+ return (
5
+ <div>
6
+ <p>ログインフォーム</p>
7
+ </div>
8
+ );
9
}
0 commit comments