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