docs(tasks): move ui decomposition ph1 to complete and format subcomponents
This commit is contained in:
parent
eb15c9003f
commit
f5935a49a7
@ -109,14 +109,12 @@ export const SessionsPage = ({
|
|||||||
<SessionTable
|
<SessionTable
|
||||||
sessions={sessions}
|
sessions={sessions}
|
||||||
currentSessionId={currentSessionId}
|
currentSessionId={currentSessionId}
|
||||||
|
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{/* Mobile Adaptive Cards View (< 768px) */}
|
{/* Mobile Adaptive Cards View (< 768px) */}
|
||||||
<SessionDeck
|
<SessionDeck
|
||||||
sessions={sessions}
|
sessions={sessions}
|
||||||
currentSessionId={currentSessionId}
|
currentSessionId={currentSessionId}
|
||||||
|
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user