UI for workflow templates (#1715)
Co-authored-by: Muhammed Salih Altun <muhammedsalihaltun@gmail.com>
This commit is contained in:
13
skyvern-frontend/src/routes/discover/DiscoverPageLayout.tsx
Normal file
13
skyvern-frontend/src/routes/discover/DiscoverPageLayout.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import { Outlet } from "react-router-dom";
|
||||
|
||||
function DiscoverPageLayout() {
|
||||
return (
|
||||
<div className="container mx-auto">
|
||||
<main>
|
||||
<Outlet />
|
||||
</main>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export { DiscoverPageLayout };
|
||||
Reference in New Issue
Block a user