mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-04-05 18:09:04 +00:00
6 lines
96 B
TypeScript
6 lines
96 B
TypeScript
import { FC } from 'react';
|
|
|
|
const UserInfoPage: FC = () => null;
|
|
|
|
export default UserInfoPage;
|