mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-24 17:52:33 +00:00
🚧 wip: label
This commit is contained in:
7
src/components/CreateEditOrgLabelForm.tsx
Normal file
7
src/components/CreateEditOrgLabelForm.tsx
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
"use client";
|
||||||
|
|
||||||
|
export type CreateEditOrgLabelProps = {};
|
||||||
|
|
||||||
|
export function CreateEditOrgLabel({}: CreateEditOrgLabelProps) {
|
||||||
|
return <></>;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user