refactor: theme from lovable

This commit is contained in:
2026-05-01 13:45:28 -04:00
parent ace21f0467
commit 567d96cd07
316 changed files with 16572 additions and 162 deletions

View File

@@ -0,0 +1,6 @@
import { PageRenderer } from "@/components/PageRenderer";
import { mayorContent } from "@/content/mayor";
const Mayor = () => <PageRenderer page={mayorContent} />;
export default Mayor;