Skip to content

Commit

Permalink
Create [userid].tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
nakasyou authored Oct 1, 2023
1 parent e0904b4 commit 1b45e55
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions routes/u/[userid].tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// ユーザーのプロフィール

export default function UserProfile() {
return (
<div>
<div class='text-2xl'>Schoolink</div>
<div class=''>By TRANS</div>
</div>
)
}

0 comments on commit 1b45e55

Please sign in to comment.