Mantine overhaul

This commit is contained in:
Reece Browne
2025-05-15 20:07:33 +01:00
parent d669964975
commit f789533c83
18 changed files with 1852 additions and 1014 deletions
+9
View File
@@ -0,0 +1,9 @@
import React from "react";
export default function PageEditor({ pdfFile }) {
return (
<div className="w-full h-full flex items-center justify-center">
<p className="text-gray-500">Page Editor is under construction.</p>
</div>
);
}