mirror of
https://git.coastit.co.za/caitlin/CRM_ENVR.git
synced 2026-07-10 11:15:43 +02:00
8 lines
329 B
TypeScript
8 lines
329 B
TypeScript
// ── Generic Component Template ────────────────────────────────────────
|
|
// Auto-generated by self-healing setup.
|
|
// Placeholder for @/components/* imports. Customize as needed.
|
|
|
|
export default function GenericComponent() {
|
|
return <div />;
|
|
}
|