This commit is contained in:
2025-11-18 16:53:48 +05:30
parent 459fa5855c
commit b8e4decfba

View File

@@ -108,7 +108,6 @@ export default function Blog(props: { disableCustomTheme?: boolean }) {
},
};
const renderView = () => {
const entry = VIEW_COMPONENTS[ui.view];
const ViewComponent = entry.component;