feat: init
This commit is contained in:
7
web-app/app/routes/users.tsx
Normal file
7
web-app/app/routes/users.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
export default function Users() {
|
||||
return (
|
||||
<div className="px-3">
|
||||
유저목록
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user