1
0
mirror of https://github.com/mgerb/go-discord-bot synced 2026-01-10 09:02:49 +00:00
Files
go-discord-bot/client/app/pages/Pubg/Pubg.tsx
2017-08-02 19:50:00 -05:00

11 lines
166 B
TypeScript

import React from 'react';
export class Pubg extends React.Component<any, any> {
render() {
return (
<div>test 123</div>
);
}
}