This commit is contained in:
Jordi Enric
2024-10-26 12:36:05 +02:00
parent ec76b613b2
commit dff8f3cf85
+2 -1
View File
@@ -1,9 +1,10 @@
import { Blog, Post, Theme } from "app/types";
import { Blog, Theme } from "app/types";
import { DefaultHome } from "./default/home";
import { DirectoryHome } from "./directory/home";
import { NewsroomHome } from "./newsroom/home";
import { GardenHome } from "./garden/home";
import { InstrumentHome } from "./instrument/home";
import { Post } from "@zenblog/types";
export function BlogHomePage({
theme,