Skip to content

Commit 6a7d184

Browse files
committed
fix lint error
1 parent 74a67ec commit 6a7d184

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
import React from "react";
22

33
export default function adminLoginForm() {
4-
return <div></div>;
4+
return (
5+
<div>
6+
<p>ログインフォーム</p>
7+
</div>
8+
);
59
}

0 commit comments

Comments
 (0)