mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-10 09:02:49 +00:00
11 lines
166 B
TypeScript
11 lines
166 B
TypeScript
import React from 'react';
|
|
|
|
export class Pubg extends React.Component<any, any> {
|
|
|
|
render() {
|
|
return (
|
|
<div>test 123</div>
|
|
);
|
|
}
|
|
}
|