mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-09 09:53:44 +02:00
8 lines
145 B
TypeScript
8 lines
145 B
TypeScript
import * as React from 'react';
|
|
|
|
export default class AccountOverview extends React.PureComponent {
|
|
render () {
|
|
return null;
|
|
}
|
|
}
|