wip
This commit is contained in:
parent
d94f2c91fb
commit
17a12d127c
5 changed files with 78 additions and 50 deletions
|
@ -29,10 +29,10 @@ export const IndexSessionPage: React.VFC = () => {
|
|||
<Header />
|
||||
<div className="xarticle card" style={{borderRadius: 'var(--radius)'}}>
|
||||
<Tab items={items} selected={selectedTab} onSelect={setSelectedTab}/>
|
||||
<article className="container">
|
||||
{component}
|
||||
</article>
|
||||
</div>
|
||||
<article className="xarticle mt-4">
|
||||
{component}
|
||||
</article>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue