mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
feat: initial commit
This commit is contained in:
8
components/layouts/onboarding-layout.tsx
Normal file
8
components/layouts/onboarding-layout.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import type React from "react";
|
||||
|
||||
interface Props {
|
||||
children: React.ReactNode;
|
||||
}
|
||||
export const OnboardingLayout = ({ children }: Props) => {
|
||||
return <>{children}</>;
|
||||
};
|
||||
Reference in New Issue
Block a user