mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-09 23:49:47 +02:00
🚧 wip: label
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
"use client";
|
||||
|
||||
export type CreateEditOrgLabelProps = {};
|
||||
|
||||
export function CreateEditOrgLabel({}: CreateEditOrgLabelProps) {
|
||||
return <></>;
|
||||
}
|
||||
Reference in New Issue
Block a user