mirror of
https://github.com/fosrl/pangolin.git
synced 2026-08-31 11:11:27 +02:00
8 lines
144 B
TypeScript
8 lines
144 B
TypeScript
"use client";
|
|
|
|
export type CreateEditOrgLabelProps = {};
|
|
|
|
export function CreateEditOrgLabel({}: CreateEditOrgLabelProps) {
|
|
return <></>;
|
|
}
|