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 />;
|
|
}
|