Skip to content

Commit

Permalink
Update [userid].tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
nakasyou authored Oct 1, 2023
1 parent ce53c7d commit 9322942
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions routes/u/[userid].tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
// ユーザーのプロフィール
import Header from '~/components/Header.tsx'

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

</div>
</div>
)
}

0 comments on commit 9322942

Please sign in to comment.