wip(dev): Refactoring navigation
This commit is contained in:
parent
264e7a0b9d
commit
244f4524c4
20 changed files with 362 additions and 265 deletions
|
@ -96,6 +96,7 @@ const renderNext = (node) =>
|
|||
)
|
||||
|
||||
export const PrevNext = ({ app }) => {
|
||||
return <p>fixme: prevnext</p>
|
||||
return (
|
||||
<div className="grid grid-cols-2 gap-4 border-t mt-12 py-2">
|
||||
{renderPrevious(previous(app))}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue