mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-11 01:22:48 +00:00
typescript conversion
This commit is contained in:
10
client/app/pages/Pubg/Pubg.tsx
Normal file
10
client/app/pages/Pubg/Pubg.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import React from 'react';
|
||||
|
||||
export class Pubg extends React.Component<any, any> {
|
||||
|
||||
render() {
|
||||
return (
|
||||
<div>test 123</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user