mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-11 01:22:48 +00:00
add upload history to stats UI
This commit is contained in:
11
client/app/pages/admin/admin.tsx
Normal file
11
client/app/pages/admin/admin.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import React from 'react';
|
||||
|
||||
interface IProps {}
|
||||
|
||||
interface IState {}
|
||||
|
||||
export class Admin extends React.Component<IProps, IState> {
|
||||
render() {
|
||||
return <div className="content">TODO:</div>;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user