first commit
This commit is contained in:
11
frontend/app/main/configuration/integration/layout.tsx
Normal file
11
frontend/app/main/configuration/integration/layout.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import React from "react";
|
||||
|
||||
function IntegrationLayout({
|
||||
children,
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}) {
|
||||
return <div>{children}</div>;
|
||||
}
|
||||
|
||||
export default IntegrationLayout;
|
||||
Reference in New Issue
Block a user