less hacking way of pulling poe data
This commit is contained in:
12
app/components/stash-tab/stash-tab.tsx
Normal file
12
app/components/stash-tab/stash-tab.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import React from 'react';
|
||||
import './stash-tab.scss';
|
||||
|
||||
interface IProps {
|
||||
data: any;
|
||||
}
|
||||
|
||||
export class StashTab extends React.Component<IProps, any> {
|
||||
render() {
|
||||
return <div style={{ height: '577px', width: '577px' }} className="quad-tab" />;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user