🚧 wip: label

This commit is contained in:
Fred KISSIE
2026-05-14 22:43:29 +02:00
parent 43546c84eb
commit 68d7b0a416

View File

@@ -0,0 +1,7 @@
"use client";
export type CreateEditOrgLabelProps = {};
export function CreateEditOrgLabel({}: CreateEditOrgLabelProps) {
return <></>;
}