This repository has been archived on 2025-05-09. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Astral-nook/resources/scripts/components/account/AccountOverview.tsx
2019-06-22 15:23:02 -07:00

7 lines
145 B
TypeScript

import * as React from 'react';
export default class AccountOverview extends React.PureComponent {
render () {
return null;
}
}