Improved image expansion in Projects. Introduced Mods page.
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
import { ProjectProvider } from "../../context/ProjectContext";
|
||||
import { getProjectDetails } from "@/data/content";
|
||||
|
||||
|
||||
/**
|
||||
* Layout for all paths caught under project/[slug]
|
||||
*/
|
||||
|
||||
export default async function SlugLayout({children, params}: {
|
||||
children: React.ReactNode;
|
||||
params: Promise<{ slug: string }>;
|
||||
|
||||
Reference in New Issue
Block a user