mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-02-16 18:52:06 +00:00
Update: change identifiers to cuid
This commit is contained in:
6
src/pages/users/[id].tsx
Normal file
6
src/pages/users/[id].tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import { FC } from "react"
|
||||
|
||||
const UserInfoPage: FC = () => null
|
||||
|
||||
|
||||
export default UserInfoPage
|
||||
Reference in New Issue
Block a user