updated components common header layouts
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { ReactNode } from "react";
|
||||
|
||||
export interface DashboardLayoutProps {
|
||||
children: ReactNode;
|
||||
lang: "en" | "tr";
|
||||
activePage: string;
|
||||
}
|
||||
Reference in New Issue
Block a user