eslint 적용

This commit is contained in:
2026-04-08 08:42:04 +09:00
parent 225cf0c9ed
commit 1fb7e8df42
8 changed files with 336 additions and 24 deletions

View File

@@ -1,8 +1,7 @@
export default function Home() {
return (
<div>
Home
</div>
)
);
}