Dependencies: Updated packages, run linter autofix (#84)
This commit is contained in:
committed by
GitHub
parent
5cc936b982
commit
8e051664b8
@@ -113,9 +113,7 @@ export function PageBody(
|
||||
}
|
||||
|
||||
export function PageNavigation(props: React.PropsWithChildren) {
|
||||
return (
|
||||
<div className={'flex-1 bg-inherit'}>{props.children}</div>
|
||||
);
|
||||
return <div className={'flex-1 bg-inherit'}>{props.children}</div>;
|
||||
}
|
||||
|
||||
export function PageDescription(props: React.PropsWithChildren) {
|
||||
|
||||
Reference in New Issue
Block a user