added project, material, sources to portal
This commit is contained in:
parent
c7511b98fc
commit
45d4e08cd8
9 changed files with 90 additions and 282 deletions
|
|
@ -1,9 +1,13 @@
|
|||
// app/portal/materials/page.tsx
|
||||
export default function MaterialsPage() {
|
||||
import MaterialsSwitcher from "@/components/portal/MaterialsSwitcher";
|
||||
|
||||
export const metadata = { title: "MakerDash • Materials" };
|
||||
|
||||
export default function MaterialsPortalPage() {
|
||||
return (
|
||||
<div className="rounded-lg border p-6">
|
||||
<h2 className="text-xl font-semibold mb-2">Materials</h2>
|
||||
<p className="opacity-80">WIP: materials library management.</p>
|
||||
<h2 className="mb-4 text-xl font-semibold">Materials</h2>
|
||||
<MaterialsSwitcher />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue