Consolidate identical layout components (#2007)
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
import { Outlet } from "react-router-dom";
|
||||
|
||||
function CredentialsPageLayout() {
|
||||
return (
|
||||
<div className="container mx-auto">
|
||||
<main>
|
||||
<Outlet />
|
||||
</main>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export { CredentialsPageLayout };
|
||||
Reference in New Issue
Block a user