mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-21 18:34: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;
|
|
}
|
|
}
|